﻿p,.text {
	font-family: verdana,Arial, Helvetica, sans-serif;
	font-size: 8pt;
}


body,td,th {
	font-family: verdana,Tahoma;
	font-size: 8pt;
}


h1 {
	font-family: verdana,arial,Tahoma;
	font-size: 12pt;
	color: #5273FE;
	font-weight:bold;
	text-decoration: none;
}

a,a:active,a:link,a:visited {
  font-family : verdana, arial;
  font-size: 10pt;
  font-weight: bold;
  color : black;
  text-decoration: none;
  background : transparent;
}

a:hover {
  font-family : verdana, arial;
  font-size: 10pt;
  font-weight: bold;
  color : orange;
  text-decoration: none;
  background : transparent;
}

a.nav,a.nav:active,a.nav:link,a.nav:visited {
  font-family : verdana, arial;
  font-size: 10pt;
  font-weight: bold;
  color : white;
  text-decoration: none;
  background : transparent;
}

a.nav:hover {
  font-family : verdana, arial;
  font-size: 10pt;
  font-weight: bold;
  color : orange;
  text-decoration: none;
  background : transparent;
}

divmaintext {
 width:400px;

}


input {
	font-family: Tahoma;
	font-size: xx-small;
}
select {
	font-family: Tahoma;
	font-size: xx-small;
	background-color: #F4F5EF;
	color: #646464;
}
.txt_blue {
	font-family: Tahoma;
	font-size: 10pt;
	color: #397694;
}
.txt_grey {
	font-family: Tahoma;
	font-size: 10pt;
	color: #727272;
}
.txt_orange_u {
	font-family: Tahoma;
	font-size: 10pt;
	color: #E37700;
	text-decoration: none;
}
.txt_blue_u {
	font-family: Tahoma;
	font-size: 10pt;
	text-decoration: underline;
	color: #397694;
}
.txt_blue_b{
	font-family: Tahoma;
	font-size: 10pt;
	font-weight:bold;
	color: #397694;
}
.txt_grey_b {
	font-family: Tahoma;
	font-weight:bold;
	font-size: 10pt;
	color: #727272;
}
.txt_dgrey {
	font-family: Tahoma;
	font-size: 10pt;
	color: #4F473B;
}
.txt_dgrey_u {
	font-family: Tahoma;
	font-size: 10pt;
	color: #4F473B;
	text-decoration:underline;
}
textarea {
	font-family: Tahoma;
	font-size: 10pt;
	color: #646464;
	background-color: F4F5EF;
}