/*********************************************/
/***************** HTML TAGS *****************/
/*********************************************/

BODY, P, TD, OPTION {
	font-size: x-small;
	font-family: Verdana, Sans-Serif;
	color: #000000;
}

A {
	color: #660000;
}


/*********************************************/
/****************** FONTS ********************/
/*********************************************/

.large {
	font-size: 18px;
}

.subtitle {
	font-size: 13px; color: #cc0000; font-weight: bold;
}

/*********************************************/
/***************** TABLES ********************/
/*********************************************/

.border_lightgrey {
	border: solid 1px #eeeeee;
}

.tbl_header {
	background-color: #eeeeee;
	font-weight: bold;
}


/*********************************************/
/************** USER WEBSITES ****************/
/*********************************************/

A.UWmenulink {
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

A:hover.UWmenulink {
	text-decoration: underline;
	background-repeat: repeat-y
}

.bgFill {
	background-color: #cc0000;
}

.menu {
	padding: 3px;
	border-bottom: 1px solid #ffffff;
}