a:link {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
a:hover { color: #990000; text-decoration: underline}


/* ---------- Main Styles----------- */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #003366;
	font-weight: bold;
	padding: 2px;
}
h1{
	font-size: 18px;
	font-weight: bold;
	color: #336699;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: double;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
}



.Heading {font-size: 18px; font-weight: bold; color: #003366}
h2 {
	font-size: 15px;
	color: #003399;
	font-weight: bold;

}
.subheading {
	font-size: 15px;
	font-weight: bold;
	color: #003399;
	
}
.smalltext {font-size: 10px}
.warningtext {font-size: 14px; color: #990000;	font-weight: bold;}

/* ---------- Table Column styles ----------- */
.tablecol1 {background-color: #DEDDFB}
.tablecol2 {background-color: #ffffff}
.tablecol3{background-color: #cccccc}

.monthTitle{
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003366;
	display: block;
	padding: 5px;
}

.eventDate{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000066;
	font-weight: bold;
	background-color: #C4D7FF;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #000099;
	border-right-color: #000099;
	border-bottom-color: #000099;
	border-left-color: #000099;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.eventName{ font-family: Arial, Helvetica, sans-serif; font-size: 18px;	color: #003366; font-weight: bold; }
.newsDate {
	font-size: 14px;
	font-weight: bold;
	color: #000066;
}
.newsTitle {
	font-size: 14px;
	font-weight: bold;
	color: #006699;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006699;
	display: block;
	margin-bottom: 5px;
}
.eventCalCell {
	border: 1px solid #000033;
	text-align: center;
	font-weight: bold;
	margin-bottom: 5px;	
}

.eventCalTH {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003366;
	text-align: center;
	width: 14%;
	border: 1px solid #660000;
}
.feedbackWarning {
	color: #CC0000;
	background-color: #FFD9D9;
	display: block;
	padding: 2px;
	border: 1px solid #FF0000;
	font-weight: bold;
}
.formAlert {
	border: 1px solid #FF0000;
}
.feedback {
	color: #003300;
	background-color: #DDFFDD;
	display: block;
	padding: 2px;
	border: 1px solid #003300;
	font-weight: bold;
}
.messageTitle {
	background-repeat: no-repeat;
	background-position: 5px;
	background-image: url(/aries/images/icons/user_comment.png);
	padding-left: 25px;
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: bold;	
}
