/* CSS Document */

/************************/
/***     New Edit     ***/
/************************/
P.key {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  color: #000000;
  Size: -3;
  display:none;
 }
#print{ 
	max-height:200px;
 	height:200px;
	border:1px solid #333333; 
 }
 th{
 	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
	size:1.5em;
	width:100%;
 }

/************************/
body {
background-color:black;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size:12px;
color:white;
margin: 8px;
}

a:link,a:visited,a:active {
	text-decoration: underline;
	color: white;
	font-weight: none;
}

a:hover {
	text-decoration: none;
	color: white;
	font-weight: none;
}

/***********************/
/***  Headings       ***/
/***********************/
h1 {
  font-size: 16pt;
  margin-top: 3px;
  margin-bottom: 3px;
  color: #FFCC00;
}

h2 {
  font-size: 12pt;
  margin-top: 3px;
  margin-bottom: 3px;
  color: white;
}

h3 {
  font-size: 10pt;
  margin-top: 3px;
  margin-bottom: 3px;
}

/*************************/
/***  Font Formatting  ***/
/*************************/
small, Small {
  font-size: smaller;
}

Big {
  font-size: larger;
}

b {
  font-weight: bold;
}

i {
  font-style: italic;
}

tt {
  font-family: monospace;
}

/*************************/
/***  Personalized Formatting  ***/
/*************************/

.border_bot_top {
border-bottom:1px solid white;
border-top:1px solid white;
padding:5px;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
}

.border_left_right {
border-left:1px solid white;
border-right:1px solid white;
font-size: 12px;
padding:3px;
font-style:italic;
text-align:center;
}

.main_content {
border:1px solid white;
padding:5px;
font-size: 12px;
text-align:justify;
}

.header, .footer{
padding:5px;
text-align:center;
font-size: 12px;
}

.border_bot_top a:link, .border_bot_top a:visited, .border_bot_top a:active { 
	text-decoration: underline;
	color: white;
	font-weight: bold;
}

.border_bot_top a:hover { 
	text-decoration: none;
	color: white;
	font-weight: bold;
}
