/***********************************************/
/* virginiaquality.css                            */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
body {
	background: url(img/bg.jpg) repeat-x 0 0;
	background-attachment: fixed;
	height: auto;
	min-height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/******* hyperlink and anchor tag styles *******/

a:link {
	text-decoration: none;
	color: #475862;
}
a:visited {
	text-decoration: none;
	color: #475862;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

/*************** header styles *****************/

h1 {
	font-size: 16pt;
	color: #004FA3;
}
h2 {
	font-size: 14pt;
	color: #435265;
}
.topheading {
	font-size: 14pt;
	color: #435265;
}

.red {
	color: #EE313B;
}

.blue {
	color: #10238C;
	font-weight: bold;
}
.white {
	color: #FFFFFF;
}
/*************** end ***************************/

/*************** list tag styles ***************/

ul{
 	list-style-type: disk;
}


/********************* end **********************/

