
body {
  text-align: center;
  min-width: 675px;
  color: white;
  
  font-size: 9.0pt;
  font-family: arial, helvetica, sans-serif;
  
  background-image: url('../IMAGES/BG_01.GIF');
  background-repeat: repeat;
}

.PageStyle
{
	width: 675px;
	min-height:500px; 
	height:auto;
	background-color: #000033;

	text-align: left;
	font-size: 9.0pt; 
	font-family: 'Arial','sans-serif';
	
	margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  
}
/* for Internet Explorer */
/*\*/
* html .PageStyle {
	height: 675px;
}
/**/

}

div.ContentStyle
{
	width: 675px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

div.HeaderLinks
{
	width: 100%;
	margin-top: 3px;
	margin-bottom: 20px;
	text-align: center;
}

div.HeaderLinks span,
div.HeaderLinks a,
div.HeaderLinks a:visited,
div.HeaderLinks a:hover
{
	color: white;
	text-decoration: none;
	font-size: 10px;
	margin-right: 3px;
}

div.HeaderLinks a:hover
{
	color: #FFCC00;
	text-decoration: none;
}

div.HeaderLinks span
{
	color: #FFCC00;
	margin-left: 3px;
	margin-right: 3px;
}

a:link { color:#FFCC00; text-decoration: none }
a:visited { color:#FFCC00; text-decoration: none }
a:active { color:#FFCC00; text-decoration: none }
a:hover { color:#FFCC00; text-decoration: underline }
a img { border: none }

.CenterMe
{
	width: 100%;
	margin: auto auto;
	text-align: center;
}
.CenterMe div
{
	
}

.cleaner 
{
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}

.Title {
	font-size: larger;
	font-weight: bold;
}

.SubTitle
{
	margin-left: 10px;
	font-weight: bold;
	font-style: italic;
}

div.Copyright {
	font-size: 8.5pt;
	font-style: italic;
	
	bottom: 0;
	width: 100%;
	text-align: right;
	vertical-align: bottom;
}

/** Hack here **/
table {
	font-size: 9pt;
}