body {
	background-color: #000000; 
}
	
.largelinks A:link {
	color: #0066CC;
	text-decoration: underline;
	}

.largelinks A:visited {
	color: #0066CC;
	text-decoration: underline;
	}

.largelinks A:active {
	color: #0066CC;
	text-decoration: underline;
	}

.largelinks A:hover {
	color: #FF0000;
	text-decoration: none;
	border-bottom: 1px dashed;
	}

.smalllinks A:link {
    color: #0066CC;
	text-decoration: underline;
	font-size: 10px;
	}
	
.smalllinks A:visited {
    color: #0066CC;
	text-decoration: underline;
	font-size: 10px;
	}
	
.smalllinks A:active {
    color: #0066CC;
	text-decoration: underline;
	font-size: 10px;
	}
	
.smalllinks A:hover {
    color: #000000;
	text-decoration: none;
	font-size: 10px;
	border-bottom: 1px dashed;
	}
	
.footerlink A:link {
    color: #FFFFFF;
	text-decoration: underline;
	font-size: 10px;
	}
	
.footerlink A:visited {
    color: #FFFFFF;
	text-decoration: underline;
	font-size: 10px;
	}
	
.footerlink A:active {
    color: #FFFFFF;
	text-decoration: underline;
	font-size: 10px;
	}
	
.footerlink A:hover {
    color: #FFFFFF;
	text-decoration: underline;
	font-size: 10px;
	background: 000000;
	}
	
TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #00OOOO;
    }

P {
	font-family: verdana, arial, sans-serif;
  	font-size: 13px;
	color:#000000;
    }

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}


.smalltext {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.linkdivider {
	color: #FF0000
}

.footertext {
	color: #FFFFFF;
	font-size: 10px;
}

table.maincontent {
	border-top: 1px solid #0033CC;
}

.standard {
	background-color: #FAF8E9;
	border-top: 1px solid #0066CC; 
	border-bottom: 1px solid #0066CC; 
	border-right: 1px solid #0066CC;
	border-left: 1px solid #0066CC;
	}
	
table.Design1 {
    border-spacing: 0px;
    border-collapse: collapse;
}
table.Design1 th {
    text-align: left;
    font-weight: normal;
    padding: 0.1em 0.5em;
    border: 1px solid #666666;
}
table.Design1 td {
    text-align: right;
    padding: 0.1em 0.5em;
    border: 1px solid #666666;
}
table.Design1 thead th {
    text-align: center;
}
table.Design1 th.Corner {
    text-align: left;
}