/***********************************************/
/* annual.css                                  */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
body {
	background: url(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: #150752;
}
a:visited {
	text-decoration: none;
	color: #150752;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

/*************** header styles *****************/

h1 {
	font-size: 16pt;
	color: #004FA3;
}
h2 {
	font-size: 14pt;
	color: #F21146;
}
.topheading {
	font-size: 14pt;
	color: #F21146;
}
/*************** end ***************************/