/* CSS Document */

.colc2{
font-family: san-serif;
color: #9EFF36;
}

/*This is how the text will look on mouse over. Note "hover" is the most important change here*/
.colc2:hover
{
background-color: #245250;
}

body{
	margin:0;
	background-color:#000000;
	
}

.bg-color {
	background-color:#034567;

		}
	
.link {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
a:hover.link {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #ffff00;
	text-decoration: none;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#a8d6ec;
	font-weight:bold;
	text-decoration:none;
}
a:hover.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ffc600;
	font-weight:bold;
	text-decoration:none;
}

.mainpadding {
	padding-left:23px;
	padding-right:15px;
	padding-bottom:15px;
	padding-top:20px;
	
	}
	
.border {
	border:1px solid #1b333d;
	}
	
.right-right {
	border-right:1px solid #034567;
	}
.internal-pading {
	padding:5px;
	}

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #98bdd1;
	text-decoration: none;
}

.heading-main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#a8d6ec;
	font-weight:bold;
	text-decoration:none;
}

.topline {
border-top:#004763 solid 1px;
}

/*--------------------------*/
.calen {
	border:solid #0172AC 1px;
	border-collapse:collapse;
	padding:5px;
	}	
.calen th {
	border:solid #0172AC 1px;
	background-color:#F4C10E;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #951104;
		padding:2px 2px 2px 2px;
	}
.calen td {
	border:solid #0172AC 1px;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	padding:2px 2px 2px 2px;
	}	
	
.link-new {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #a8d6ec;
	text-decoration: none;
	background-image:url(../images/aero-blue.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:15px;
}
a:hover.link-new {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #ffc600;
	text-decoration: none;
	background-image:url(../images/aero-blue.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:15px;
}
/*--------------------------*/	