body
{
background-color: #677D93;
color: #000000;
font-family: Verdana, Arial, sans-serif;
font-size: 8.5pt;
}

div
{
color: #000000;
margin: 0;
padding: 0;
float: left;
}

div.outerBorder
{
position: absolute;
width: 920px;
left: 50%;
top: 5px;
margin-left: -450px;
background-color: #FFFFFF;
border: solid 2px #424542;
}

div.innerBorder
{
width: 910px;
background-color: #FFFFFF;
border-left: solid 5px #FFFFFF;
border-right: solid 5px #FFFFFF;
border-bottom: solid 5px #FFFFFF;
background: #E7EFF7 url(../images/body/bg.jpg) top left;
}

blockquote {
background : transparent url(../images/body/quote.gif) repeat top left;
border : 1px solid;
border-color : #777777 #BBBBBB #BBBBBB #777777;
margin-bottom : 15px;
}

a:link
{
color: #677D93;
text-decoration: none;
}

a:visited
{
color: #677D93;
text-decoration: none;
}

a:active
{
color: #7393A6;
text-decoration: none;
}

a:hover
{
color: #677D93;
text-decoration: underline;
}

div.title
{
color: #E7204A;
}

div.title hr{
height: 1px;
color: #E7204A;
width: 90%;
}

div.title img{
padding-left: 15px;
padding-top: 5px;
}

#footer
{
width: 905px;
padding-left: 5px;
height: 23px;
background: url(../images/footer/FOOTER_PX.jpg) top left repeat-x;
}

#footer a:link
{
color: #FFFFFF;
text-decoration: underline;
}

#footer a:visited
{
color: #FFFFFF;
text-decoration: underline;
}

#footer a:active
{
color: #FFFFFF;
text-decoration: none;
}

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

#clearfooter
{
	float: none;
	clear: both;
	height: 30px;
	width: 890px;
}

li{
	padding: 0;
	margin: 0;
	list-style: none;
}
ul{
	padding: 0;
	margin: 0;
}
img
{
 border: 0;
}

table.bordertable tbody td 
{ 
	color:#000000;
	text-align:left; 
	border-top:1px solid #4682B4;
	border-left:1px solid #4682B4; 
	border-bottom:1px solid #B0C4DE;
	border-right:1px solid #B0C4DE;  
}
th
{
	padding-bottom: 10px;
}
div.thumb{
	width: 82px;
	height: 62px; 
	border-top:1px solid #C77089; 
	border-left: 1px solid #C77089; 
	border-bottom:1px solid #D491A5; 
	border-right:1px solid #D491A5; 
	text-align: center;
}
div.thumb img {
	max-width:80px;
	max-height:60px;
  	width: expression(this.width > 80 ? 80 : true);
  	height: expression(this.width > 60 ? 60 : true);
}

html>body div.thumb img {
	margin-top: 0; 
	font-size: 1em;
	vertical-align: middle;
	}
td.thumb{
	width: 82px;
	height: 62px; 
	border-top:1px solid #C77089; 
	border-left: 1px solid #C77089; 
	border-bottom:1px solid #D491A5; 
	border-right:1px solid #D491A5; 
	text-align: center;
	vertical-align: middle;
}
td.thumb img{
	max-width:80px;
	max-height:60px;
  	width: expression(this.width > 80 ? 80 : true);
  	height: expression(this.width > 60 ? 60 : true);
}
td.bordercolor{
	border-top:1px solid #C77089; 
	border-left: 1px solid #C77089; 
	border-bottom:1px solid #D491A5; 
	border-right:1px solid #D491A5; 
	text-align: center;
	vertical-align: middle;
}
.menuitems a:hover{
	border-left: 1px outset transparent;
	text-decoration: none;
}
.menuitems a:active{
	color: #cccccc;
	text-decoration: none;
}

.hl0	{ background-color: #FFFF99 }
.hl1	{ background-color: #FF99FF }
.hl2	{ background-color: #99FFFF }
.hl3	{ background-color: #FF9999 }
.hl4	{ background-color: #9999FF }
#greybox	{ margin: 0 auto; background-color: #CCC; border: 1px dotted #999; padding: 1em; width: 29.25em; text-align: left }