BODY {
	background-color: white;
	background-attachment: fixed;
	font-size: 14px; 
	font-family: Arial, Verdana, Helvetica, Sans Serif;
	color: #000000;
	}

/*H1 {
	font-size: 15pt/17pt; 
	font-family: helvetica; 
	font-weight: bold; 
	color: #990033;
	}*/

/*P {
	font-size: 14px; 
	font-family: Arial, Verdana, Helvetica, Sans Serif; 
	font-weight: normal; 
	color: black;
	}*/

/*
P {
	font-size: 11px; 
	font-family: Arial, Verdana, Helvetica, Sans Serif; 
	color: #000000;
	}
*/

.button {
	background-color: #D9E1E8; 
	border-color: #D9E1E8; 
	color: #0000FF;
	height: 20px; 
	width: 60px;
	font-size: 10px; 
	font-family: Arial, Verdana, Helvetica, Sans Serif; 
	font-weight: 200; 
/*	font-variant: small-caps; */
	text-align: center;
	} 

.TwoCougars {
	background-image: url(/Main/Graphics/TwoCougars-White.JPG); 
	background-repeat: no-repeat; 
	}


A {
	font-size: 14px; 
	font-family: Arial, Verdana, Helvetica, Sans Serif; 
	color: #990033;
	text-decoration: none; 
	}

A:hover {
	font-size: 14px; 
	font-family: Arial, Verdana, Helvetica, Sans Serif; 
	background: #FFFFFF; 
	color: #FF0000;
	text-decoration: underline;
	}

A:link {
	font-size: 14px; 
	font-family: Arial, Verdana, Helvetica, Sans Serif; 
	color: #990033;
	text-decoration: none; 
	}

A:active {
	text-decoration: underline; 
	}

A.normal_link {
	font-family: Arial, Verdana, Helvetica, Sans Serif; 
	font-size: 14px;
	text-decoration: underline;
	}

A.emphasis_link {
	font-family: Arial, Verdana, Helvetica, Sans Serif; 
	font-size: 14px;
	font-weight: bold; 
	text-decoration: underline;
	}


/*>>>>> MENU STYLES >>>>>*/

.app_menu_text {
	font-family: Arial, Verdana, Helvetica, Sans Serif; 
	font-size: 11px; 
	color: black;
	text-decoration: none; 
	}

A.app_menu_link {
	font-family: Arial, Verdana, Helvetica, Sans Serif; 
	font-size: 11px; 
	color: #990033;
	text-decoration: none; 
	}

A.selected_app_menu_link {
	font-family: Arial, Verdana, Helvetica, Sans Serif; 
	font-size: 11px; 
	color: #000000;
	text-decoration: underline; 
	}

A.selected_app_menu_link:hover {
	font-family: Arial, Verdana, Helvetica, Sans Serif; 
	font-size: 11px; 
	background: #FFFFFF; 
	color: #000000;
	text-decoration: underline;
	}

A.app_menu_link:hover {
	font-family: Arial, Verdana, Helvetica, Sans Serif; 
	font-size: 11px; 
	background: #FFFFFF; 
	color: #000000;
	text-decoration: underline;
	}

A.app_menu_link:link {
	font-family: Arial, Verdana, Helvetica, Sans Serif; 
	font-size: 11px; 
	color: #990033;
	text-decoration: none; 
	}

A.app_menu_link:active {
	font-family: Arial, Verdana, Helvetica, Sans Serif; 
	font-size: 11px; 
	text-decoration: underline; 
	}

.ca_menu_text {
	font-family: Arial, Verdana, Helvetica, Sans Serif; 
	font-size: 12px;
	}
	
A.ca_menu_link {
	font-family: Arial, Verdana, Helvetica, Sans Serif; 
	font-size: 12px;
	}
	
A.ca_menu_link:hover {
	font-family: Arial, Verdana, Helvetica, Sans Serif; 
	font-size: 12px;
	}
	

/*>>>>> TABLE STYLES >>>>>*/

TD,TH {
	font-size: 14px; 
	font-family: Arial, Verdana, Helvetica, Sans Serif; 
	color: #000000;
	}
.header_row {
	height: 22px;
	vertical-align: middle !important; 
	background-color: #D9E1E8; 
	font-size: 14px !important; 
	font-weight: bold;
	text-align: left;
	}
.label_row {
	font-size: 14px !important; 
	font-weight: bold;
	}
.data_row {
	font-size: 14px !important; 
	height: 22px; !important; 
	}
.hint {
	font-size: 12px; 
	}


/*>>>>> FORM STYLES >>>>>*/

.selector {
	font-size: 14px;
	}


