/* CSS Document */

A.linkrelated:link {
	font-family: arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
A.linkrelated:visited {
	font-family: arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
A.linkrelated:hover {
	font-family: arial;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
A.linkrelated:active {
	font-family: arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}


.clsTextBox {
	border: 1px solid #CCCCCC;
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	width: 166px;
}

.td_subheading{
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	background-color: #C8D9F5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3D8031;
	color: #333333;
	text-indent: 3px;
	padding-top: 3px;
}

.error {
	font-family: Arial;
	font-size: 12px;
	color: #FF0000;
	font-style: normal;
	font-weight:800;
}
.msg {
	font-family: Arial;
	font-size: 12px;
	color: #339966;
	font-weight:800;
	text-align:center;	
}

.text_bold{
	color:#666666;
	text-decoration:none;
	font-weight: bold;
	font-size: 12px;
	font-family: arial;

	text-align:left;
}

.heading{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #669933;
	vertical-align: middle;
}

.heading2{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #669933;
	vertical-align: middle;
}
	

.text{
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	font-weight: none;
}
.date{
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	font-weight: none;
	font-weight:bold;
}

.menu {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	
}

A.linkmain:link {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	text-indent:30px;
	
}
A.linkmain:visited {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	text-indent:30px;
}
A.linkmain:hover {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
	text-indent:30px;
}
A.linkmain:active {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	text-indent:30px;
}
