/* CSS Document */
 BODY {
  scrollbar-arrow-color:#00128A;
  scrollbar-track-color:#F9F9F9;
  scrollbar-shadow-color:#F0F0F0;
  scrollbar-face-color:#F0F0F0;
  scrollbar-highlight-color:#F0F0F0;
  scrollbar-darkshadow-color:#E0E0E0;
  scrollbar-3dlight-color:#E0E0E0;
 }

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.yard {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}

.haeding {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999999;
	}

.border_style {
border-style: solid;
border-color: #00128A;
border-bottom-width: 0px;
border-top-width: 0px;
border-left-width: 1px;
border-right-width: 1px;
}

.boarder_basic {
border: 1px solid #00128A;
}

.menu{font-family: Arial, Helvetica, sans-serif;
	font-size: 10px}
.menu {color: #999999;}
.menu {text-decoration: none;}
.menu:hover {text-decoration:underline; color:#00128A;}

.contact{font-family: Arial, Helvetica, sans-serif;
	font-size: 12px}
.contact {color: #00128A;}
.contact {text-decoration: none; font-weight: bold}
.contact:hover {text-decoration:underline; color:#00128A;}
UL
{
list-style-type: square;
list-style-image: url("images/bullet.gif");
}


