body  {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	background-color : #990000;
	color : #000000;
	font-size : x-small;
}

table {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : x-small;
	background-color : #FFFFFF;
	color : #000000;
}  

p  {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : x-small;
	color: #333333;
}

a:link  {
	color : #000000;
	font-weight : normal;
	text-decoration : underline;
}

a:active  {
	color : #000000;
	font-weight : normal;
	text-decoration : underline;
	background-color : #CCCCCC;
}

a:visited  {
	color : #000000;
	font-weight : normal;
	text-decoration : none;
}

a:hover  {
	color : #000000;
	font-weight : normal;
	text-decoration : underline;
	background-color : #CCCCCC;
}

a.menu:link  {
	color : #000000;
	font-weight : normal;
	text-decoration : none;
	letter-spacing : normal;
	font-size : x-small;
}

a.menu:active  {
	color : #990000;
	background-color : #cccccc;
	font-weight : bold;
	text-decoration : underline;
	letter-spacing : normal;
	font-size : x-small;
}

a.menu:visited  {
	color : #000000;
	font-weight : normal;
	text-decoration : none;
	letter-spacing : normal;
	font-size : x-small;
}

a.menu:hover  {
	color : #990000;
	font-weight : bold;
	background-color : #cccccc;
	text-decoration : underline;
	letter-spacing : normal;
	font-size : x-small;
}

h1  {
        font-size : xx-large;
}

h2  {
        font-size : x-large;
}

h3  {
        font-size : large;
}

h4  {
        font-size : small;
}

h5  {
        font-size : x-small;
}

h6  {
		font-size : xx-small;
}

li {
	list-style-type : square;
}

.small  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : xx-small;
	font-weight : normal;
}

.med  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	font-weight : normal;
}

.title {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : large;
	color : #990000;
	letter-spacing : normal;
}

.red {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : x-small;
	color: #990000;
}

hr.yw {
	color: #000000;
	height: 1px;
	text-align: left;
	width: 40%;
}
