body{
background-image:url(../infra/background.gif);
background-repeat:repeat-x;
background-color:#A2A2A3;
}

input.btn{
   color:#ffffff;
   font-family:Arial, Helvetica, sans-serif;
   font-size:100%;
   font-weight:bold;
   background-color:#1E396F;
   border:1px solid;
   border-top-color:#4686D4;
   border-left-color:#4686D4;
   border-right-color:#305C93;
   border-bottom-color:#305C93;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#1E396F',EndColorStr='#4686D4');}
	 
	  input.btnhov{
   border-top-color:#c63;
   border-left-color:#c63;
   border-right-color:#930;
   border-bottom-color:#930;
   }
    input
{
color: #1E396F;
background: #e6e6e6;
border: 1px solid #305C93;
}

hr {
	border:none;
	height:2px;
	background-image: url(../infra/horz_line_separator.gif);
}

.footer {
	font: 11px/16px Arial, Helvetica, sans-serif;
	color: #CACFDD;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 4px 8px;
}

.small_text {
	font: 10px/16px Arial, Helvetica, sans-serif;
	color: #AFAFAF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}


h1 {
	font:   20px Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;	
	color: #1E396F;
	font-weight:bold;
/*	font-size: 18px;*/
}
h2 {
	font: bold normal 14px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #1E396F;
	font-weight:bold;
/*	font-size: 18px;*/
}

li {
  list-style: none;
  background-image: url(../infra/bullet_img.gif);
  background-position: left 7px;
  background-repeat: no-repeat;
  padding-left: 15px;/* space for the image */
}

.subpagetext {
	font: 12px/20px Verdana, Arial, Helvetica, sans-serif;
	color: #1E396F;
	text-decoration: none;
	padding-left:10px;
	padding-right:10px;
	/*list-style: url(../infra/bullet_img.gif);*/

}

.subpagetext a:link {
	color: #1E396F;
	text-decoration: underline;
}
.subpagetext a:visited {
	color: #1E396F;
	text-decoration: underline;
}
.subpagetext a:hover {
	color: #4A84CC;
	text-decoration: none;
}
.subpagetext a:active {
	color: #1E396F;
	text-decoration: underline;
}
.maintext {
	font: 12px/20px Verdana, Arial, Helvetica, sans-serif;
	color: #1E396F;
	text-decoration: none;
	/*list-style: url(../infra/bullet_img.gif);*/
}

.maintext a:link {
	text-decoration: none;
	color: #1E396F;
	}
	
.maintext a:visited {
	text-decoration: none;
	color: #1E396F;
	}
	
.maintext a:hover {
	text-decoration: none;
	color: #1E396F;
	}
	

.maintextsmall {
	font: 11px Arial, Helvetica, sans-serif;
	color: #1E396F;
	text-decoration: none;
}

.maintextsmall a:link {
	text-decoration: none;
	color: #1E396F;
	}
	
.maintextsmall a:visited {
	text-decoration: none;
	color: #1E396F;
	}
	
.maintextsmall a:hover {
	text-decoration: underline;
	color: #1E396F;
	}

.smalltext {
	font: 11px/17px Verdana, Arial, Helvetica, sans-serif;
	color: #1E396F;
	text-decoration: none;
}

.smalltext a:link {
	text-decoration: underline;
	color: #1E396F;
	}
	
.smalltext a:visited {
	text-decoration: underline;
	color: #1E396F;
	}
	
.smalltext a:hover {
	text-decoration: none;
	color: #1E396F;
	}
	
	.navlist {
	font: bold normal 12px Georgia, "Times New Roman", Times, serif;
	color: #1E396F;
	font-weight:bold;
	
	}
	
.navlist_ser a, #navlist a:visited {
display: block;
text-align: right;
height: 30px;
width: 165px;
padding: 6px 13px 0px 0px;
background-image:  url(../side_menu/sub_ser_bg.gif);
text-decoration: none;
font: 10px Verdana, Arial, Helvetica, sans-serif;
color: #1E396F;
}

.navlist_ser a:hover {
background-image:  url(../side_menu/sub_ser_act_bg.gif);
}

.navlist a, #navlist a:visited {
display: block;
text-align: right;
height: 19px;
width: 165px;
padding: 6px 13px 0px 0px;
background-image:  url(../side_menu/sub_bg.gif);
text-decoration: none;
font: 10px Verdana, Arial, Helvetica, sans-serif;
color: #1E396F;
}

.navlist a:hover {
background-image:  url(../side_menu/sub_act_bg.gif);
}



.news{
font-size:12px;
}




.news a:hover{
text-decoration:underline;
}

fieldset {
border: 1px solid #CACFDD;
padding: 3px;
color:#1E396F;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:20px;
text-decoration:none;
}

legend {
background: #1E396F;
padding: 3px;
font-weight: bold;
color:#FFFFFF;
font-size:100%;
font-weight:bold;
}

.confirm{
color:#00CC00;
border:thin;
border-style:solid;
font-size:14px;
font-weight:bold;
padding:5px;
}