﻿body {
 text-align: center;
 padding:0;
 margin: 5px auto;
 font-family: Tahoma;
 font-size:10pt;
 color: #fff;		
}

/* background: #9c0909 repeat url("images/sealbg.gif"); /*
/* background: #9c0909 repeat-x url("images/gradientred.gif"); */
/* Main Content Styling */
/* Comment here */
/* padding:5px; */

}

h1 {
 font-family: Tahoma;
 font-weight: bold;
 font-size:14pt;
 letter-spacing: .15em;
 color: #fff; 
}

h2 {
 font-family: Tahoma;
 font-weight: bold;
 font-size:12pt;
 color: #fff; 
}

h3 {
 font-family: Tahoma;
 font-weight: bold;
 font-size:12pt;
 color: #fff; 
}

h4 {
 font-family: Tahoma;
 font-weight: bold;
 font-size:12pt;
 color: #fff; 
}

h5 {
 font-family: Tahoma;
 font-weight: bold;
 font-size:12pt;
 color: #fff; 
}

h6 {
 font-family: Tahoma;
 font-weight: bold;
 font-size:12pt;
 color: #fff; 
}

p {
 font-family: Tahoma;
 color: #fff;		 
 font-size:10pt;
}

.border {
border: 1px solid white;
}

tr {
 font-family: Tahoma;
 font-size:10pt;
 color: #fff;		 
}

td {
 font-family: Tahoma;
 font-size: 10pt;
 color: #fff;		 
}

A:link {
color:#FFF;
text-decoration:underline;
}

A:hover {
 color:#ddd;
 text-decoration: underline;


