/* CSS Document */
a {
	color: #cc0000;
	}

a:visited {
	color: #990000;
	}

a:focus {
	color: #ff0000;
	}

a:hover {
	color: #ff0000;
	}

a:active {
	color: #ff0000;
	}
	
body {
	font-family: Arial, san-serif;
	font-size: small; 
	color: #000000;
	line-height: 10px;
	background-color: #FFFFFF;
	background-postion: top left; 
	text-align: left;
	}

.text {
	font-family: Arial, san-serif;
	font-size: small; 
	color: #000000;
	}
	
.textlarge {
	font-family: Arial, san-serif;
	font-size: x-large; 
	color: #000000;
	}
	
.textsmall {
	font-family: Arial, san-serif;
	font-size: x-small; 
	color: #000000;
	}

.textwhite {
	font-family: Arial, san-serif;
	font-size: x-small; 
	color: #FFFFFF;
	}	

.navbar {
	font-family: Arial, san-serif;
	font-size: x-small; 
	color: #ffffff;
	}
	
.navbarsub {
	font-family: Arial, san-serif;
	font-size: xx-small; 
	color: #ffffff;
	}
		