/* CSS Document */
body { 
	background-color: #0f0f0e; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	text-align: left; 
	color: #0f0f0e; 
	}
	
a {
	color: #373f68;
	text-decoration: underline;
	}

a:hover {
	color: #b4402b;
	text-decoration: none;
	}

a:visited {
	color: #373f68;
	text-decoration: underline;
	}

.copyright {
	font-size: 11px;
	text-align: right;
	color: #f1f1f1;
	}

.largewhite {
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	color: #f1f1f1;
	}
	
.textbox {
	background-color: #f8f8dd;
	padding: 8px;
	font-size: 12px; 
	}

.thumbnail {
	border: solid #373f68 1px;
	}

.smallimage a:link {
	border: solid #373f68 2px;
	}

.smallimage a:active {
	border: solid #812e1f 2px;
	}

.smallimage a:visited {
	border: solid #373f68 2px;
	}
