body {
background-color: #000000;
background-image: url();
background-repeat: repeat;
background-attachment: fixed;
font-family: tahoma; 
font-size: 11px; 
letter-spacing: 0pt; 
color: #F8EEEE; 
line-height:11pt;
}

td {font-family: tahoma; 
font-size: 11px; 
letter-spacing: 0pt; 
color: #F8EEEE;
text-align: left;
}

td.main {
background-color: #5E0000;
}

td.signature {
background-color: #C00000;
}

td.navigation {
background-color: #000000;
}

div.middlenav {
	padding: 2px 5px 2px 5px;
}

div.navcontent {
	padding: 2px 5px 2px 5px;
}

div.signature {
	padding: 2px 2px 2px 2px;
font-family: tahoma; 
text-decoration: none;
font-size: 10px;
color: #F8EEEE;
text-align: center; 
}


.title {
width: 480px;
background-color: #C00000; 
border-bottom: 1px solid #F8EEEE;
	border-left: 1px solid #F8EEEE;
	border-right: 1px solid #F8EEEE;
	border-top: 1px solid #F8EEEE;
	padding: 2px 5px 2px 5px;
font-family: tahoma; 
color: #F8EEEE;
text-align: center;
font-size: 11px; 
font-weight: bold; 
text-transform: uppercase;
}

.navtitle { 
width: 120px;
background-color: #C00000; 
	padding: 2px 5px 2px 5px;
font-family: tahoma; 
color: #F8EEEE;
text-align: center;
font-size: 11px; 
font-weight: bold; 
text-transform: uppercase;
}
.linksbox {width: 130px;}

.links a {color: #D38C83;
background-color: #C00000;
padding: 2px;
padding-left: 3px;
display: block;
font-family: tahoma; 
font-size: 9px; 
font-variant: small-caps;
text-decoration: none;
text-align: center;
margin-top: 1px;}

.links a:hover {background-color: #E63D39;
text-decoration: none;
color: #F8EEEE;}

img.border {
border: solid #B8DBFE;
	border-style: double;
}

hr {width:300px; color: #C00000;
}
h4 {  	margin: 20px 80px 10px 80px;
	font-size: 10px; 
	font-weight: bold; 
	color: #000000; 
	border: #000000; 
	border-style: solid; 
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 1px; 
	border-left-width: 0px; 
	font-variant: small-caps;
	letter-spacing: 10px;
	text-align: center;
	}
a, a:visited, a:active {
	text-decoration: none;
	color: #D38C83;
	font-weight: normal;
	}
a:hover {
	text-decoration: underline;
	color: #D38C83;
	font-weight: bold;
	}
.flash {
   animation-name: flash;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
}

@keyframes flash {
    from {color: #FF0000;}
    to {color: #FFFFFF;}
}