	@charset "utf-8";
/* CSS Document */

body {
	color:#5C5C5C;
	font-family:Tahoma;
	font-size:12px;
	margin-left:0px;
	margin-top:0px;
}
.marronText {
	color:#9E0707;
	font-family:Tahoma;
	font-size:10px;
}
.normalText {
	color:#5C5C5C;
	font-family:Tahoma;
	font-size:12px;
}

p{
	text-align:justify;
}

.menulink a {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #9E0707; 
	text-decoration: none;
}

.menulink a:hover {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #9E0707; 
	text-decoration: none;
}

.menulink a:active {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #9E0707; 
	text-decoration: none;
}

.menuLink2 a {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #9E0707; 
	text-decoration: none;
}

.menuLink2 a:hover {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #9E0707; 
	text-decoration: none;
}

.menuLink2 a:active {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #9E0707; 
	text-decoration: none;
}

.blueLinks a {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #5C5C5C; 
	text-decoration: none;
}

.blueLinks a:hover {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #5C5C5C; 
	text-decoration: none;
}

.blueLinks a:active {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #5C5C5C; 
	text-decoration: none;
}



.smallMarronText {
	color:#9E0707;
	font-size:09px;
	font-family:Tahoma;
}

.blueHeading {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #285F7E; 
}
.blueNormalText {
	font-family: Tahoma;
	font-size: 10px;
	color: #285F7E; 
}

.welcomeText {
	color:#888888;
	font-family: Tahoma;
	font-size: 11px;
}

.topDate {
	color:#888888;
	font-family: Tahoma;
	font-size: 10px;
}

.grayNormal {
	color:#5C5C5C;
	font-family: Tahoma;
	font-size: 10px;
}
.loginFields {
	border:1px solid #CCCCCC;
	width:110px;
	font-size:11px; 
	height:18px; 
	background:#ffffff;
}

.error {
	color:#FF0000;
}	

.error {
	color:#FF0000;
}	

.success {
	color:#006633;
}	



/*****************************************/
/*CSS for pages which has hidden dives in page*/
.CVlinks {
	background-color:#CCCCCC;
	border:#E8E8E8 dashed 1px;
	height:16px;
	width:69px;
	text-align:left;
	padding-top:3px;
	padding-left:5px;
	position:relative;
	float:left;
	padding:2px;
	margin-left:2px;
}



.registerLinks {
	background-color:#CCCCCC;
	border:#E8E8E8 dashed 1px;
	height:18px;
	width:150px;
	text-align:left;
	padding-top:3px;
	padding-left:5px;
	position:relative;
	float:left;
	padding:2px;
	margin-left:2px;
	font-weight:bold;
}
.registerLinks a:link  a:hover a:visited {
	color:#CCCCCC;
}