/* CSS Document */
.link_white {
	color: #FFFFFF;
	text-decoration: underline;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
}
.link_white:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.link_white_sub {
	color: #FFFFFF;
	text-decoration: underline;
	font-family: Arial;
	font-size: 13px;
	padding-left: 0px;
}

.link_white_sub:hover{
	color: #FFFFFF;
	background-color: #669999;
	text-decoration: underline;
		}

.link_blue {
	color: #000099;
	text-decoration: underline;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
}
.link_blue:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


.white_sub {
	color: #FFFFFF;
	text-decoration: underline;
	font-family: Arial;
	font-size: 13px;
	padding-left: 5px;
}



.border_white{
	border-bottom-style: none;
	height:5px;
	background-image: url(images/line.jpg);
	background-repeat: repeat-x;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.white_bul {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 13px;
	height: 18px;
	width: 17px;
	background-image: url(images/icon1.jpg);
	background-repeat: no-repeat;
}
.cad {
	font-family:arial; 
	font-weight:bold; 
	color: #336666; 
	font-size:12pt; 
	text-decoration:underline;
}

