A. {
	color: Black;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size : xx-small;
	
}

A:hover        {
	text-decoration: none;
	color: #F07800;
}

/* 
#cccccc - grey
#F07800 - orange
#003366 - blue
#CC0033 - red
*/

BODY {
	background-color: Black;
	margin: 0px;
}

.inputField {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 9pt;
	color: Black;
	border: thin solid White;
	background-color: #becfdb;
}

.Heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13pt;
	font-weight: bold;
	color: #CC0033;
	text-decoration: none;
	line-height: 18pt;
}

.List {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	font-weight: none;
	color: #003366;
	list-style: square;
	list-style-position: inside;
	text-decoration: none;
	line-height: 16pt;
}


.Regular {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight : none;
	color : #003366;
	text-decoration : none;
	line-height: 15pt;
}

.RegularPortfolio {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	font-weight : bold;
	color : #003366;
	text-decoration : none;
	line-height: 10pt;
}

/******* Top Row *******/
.logoHolder {
	width: 150px;
	height: 175px;
	background-image: url(../images/rva_logo.gif);
	border-bottom: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	overflow: hidden;
}

.rvaHolder {
	width: 100px;
	height: 175px;
	background-image: url(../images/rva.gif);
	border-bottom: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	overflow: hidden;
}

.cpHolder {
	width: 410px;
	height: 175px;
	background-image: url(../images/cp.jpg);
	border-bottom: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	overflow: hidden;
}

.mosiacTopHolder {
	width: 100px;
	height: 175px;
	background-image: url(../images/mosaic1.jpg);
	border-bottom: 2px solid #ffffff;
	overflow: hidden;
	
}


/****** 2nd row ********/
.menuHolder {
	width: 134px;
	height: 125px;
	background-image: url(../images/menu/bg.gif);
	padding-right: 16px;
	text-align: right;
	border-bottom: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	overflow: hidden;
}

.blankHolder {
	width: 100px;
	height: 125px;
	background-color: #9EC0CA;
	border-bottom: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	overflow: hidden;
}

.imgHolder {
	width: 410px;
	height: 125px;
	background-image: url(../images/main.jpg);
	border-bottom: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	overflow: hidden;
}

.blank2Holder {
	width: 100px;
	height: 125px;
	background-color: #9EC0CA;
	border-bottom: 2px solid #ffffff;
	overflow: hidden;
}


/****** 3rd row ********/
.underMenuHolder {
	width: 150px;
	height: 60px;
	background-image: url(../images/design1.jpg);
	border-bottom: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	overflow: hidden;
}

.underBlankHolder {
	width: 100px;
	height: 60px;
	background-color: #EE8925;
	border-bottom: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	overflow: hidden;
}

.underBlank2Holder {
	width: 100px;
	height: 60px;
	background-image: url(../images/mosaic2.jpg);
	border-bottom: 2px solid #ffffff;
	overflow: hidden;
}


/****** 4th row ********/
.designHolder {
	width: 150px;
	height: 220px;
	background-image: url(../images/design2.jpg);
	border-right: 2px solid #ffffff;
	overflow: hidden;
	text-align: center;
	vertical-align:bottom;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 7pt;
	color: #9EC0CA;
	text-decoration: none;
}

.fadedImgHolder {
	width: 100px;
	height: 220px;
	background-image: url(../images/faded.jpg);
	border-right: 2px solid #ffffff;
	overflow: hidden;
}

.contentHolder {
	width: 410px;
	height: 280px;
	overflow: auto;
	background-color:#ffffff;
	border-right: 2px solid #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
 	font-size: 10pt;
	color : #003366;
	text-decoration : none;
	line-height: 15pt;
}

.mosaicBottomHolder {
	width: 100px;
	height: 220px;
	background-image: url(../images/mosaic3.jpg);
	overflow: hidden;
}
