#menu{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(images/menu_bg.gif);
	background-repeat: repeat-x;
	display:block;
	text-decoration: none;
	text-align: center;
	background-position: left center;
	height: 38px;
	width: auto;
	
}
#menu:hover{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(images/menu_bg_hover.gif);
	background-repeat: repeat-x;
	display:block;
	height: 38px;
	width: auto;
	text-align: center;
}


.serlinks {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #78b7ec;
	text-decoration: none;
}
.serlinks A{
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #78b7ec;
	text-decoration: none;
}
.serlinks A:hover{
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
.A11text {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #78b7ec;
	text-decoration: none;
}
.A12Btext {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #78b7ec;
	text-decoration: none;
}
.A12BWtext {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.A12W {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.A12BDblue {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: ##055497;
	text-decoration: none;
}
.A11Dblue {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: ##055497;
	text-decoration: none;
}
.A20BY {
	font-family: arial;
	font-size: 20px;
	font-weight: bold;
	font-style:italic;
	color: #ffd21f;
	text-decoration: none;
}
.A10Y {
	font-family: arial;
	font-size: 10px;
	font-weight: normal;
	color: #ffd21f;
	text-decoration: none;
}
.A15blue {
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	font-style:italic;
	color: #8dc9fc;
	text-decoration: none;
}
.formElements
{
    font-size:11px; 
	color:#000000; 
	border-style: dotted;
	border-width:1;
	border-color:#7f9db9;
	background:#ebf6fd;
}

.button{
   color:#FFFFFF;
   font-family:'Arial',helvetica,sans-serif;
   font-size:12px;
   font-weight:bold;
   background-color:#fed;
   border:1px groove;
   border-top-color:0094e2;
   border-left-color:0094e2;
   border-right-color:0094e2;
   border-bottom-color:0094e2;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ade2fd',EndColorStr='#0094e2');}
