A:Link {
    font-family: Verdana;
	font-size: 12px;
	color: #FFFF00;
	text-decoration : none;
}
A:Hover{
    font-family: Verdana;
	color: #FFFF80;
	text-decoration: none;
}
A:Visited{
    font-family: Verdana;
	font-size: 12px;
	color: #C0C000;
	text-decoration : none;
}
A:Active{
    font-family: Verdana;
	color: #FFFF80;
	text-decoration: none;
}

.text {
        font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

.text1 {
    font-family: Verdana;
	font-size: 11px;
	color: #ffffdd;
	text-decoration: none;
	font-weight: normal;
}

.texti {
    font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
}

.text2i {
    font-family: Verdana;
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
}

.texts {
    font-family: Arial;
	font-size: 9px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

.head {
    font-family: Verdana;
	font-size: 13px;
	color: #ffffdd;
	text-decoloration: none;
	font-weight: bold;
}

.headU {
    font-family: Verdana;
	font-size: 13px;
	color: #ffffdd;
	text-decoloration: none;
	font-weight: bold;
	text-transform : uppercase;
}

.head1 {
    font-family: Verdana;
	font-size: 13px;
	color: #ffffff;
	text-decoloration: none;
	font-weight: bold;
}

.head1U {
    font-family: Verdana;
	font-size: 16px;
	color: #ffffff;
	text-decoloration: none;
	font-weight: bold;
	text-transform : uppercase;
}

.head2 {
    font-family: Verdana;
	font-size: 13px;
	color: #ffff00;
	text-decoloration: none;
	font-weight: bold;
}

.head3 {
    font-family: Verdana;
	font-size: 13px;
	color: #FF0000;
	text-decoloration: none;
	font-weight: bold;
	font-style: italic;
}

.head4 {
    font-family: Arial;
	font-size: 18px;
	color: #ffffff;
	text-decoloration: none;
	font-weight: bold;
}

.head22 {
    font-family: Verdana;
	font-size: 18px;
	color: #ffffdd;
	text-decoloration: none;
	font-weight: normal;
}


.font1      { font-family: verdana; font-size: 22px; font-weight: normal; color: #FFFFFF;	text-transform : uppercase; }
.font1a     { font-family: verdana; font-size: 16px; font-weight: normal; color: #FFFFFF;	text-transform : uppercase; }
.font2      { font-family: verdana; font-size: 13px; font-weight: normal; color: #FFFFFF; }
.font3      { font-family: verdana; font-size: 13px; font-weight: bold; color: #FFFF00; }
.font4      { font-family: verdana; font-size: 12px; font-weight: normal; color: #FFFFFF; }
.font5      { font-family: verdana; font-size: 10px; font-weight: normal; color: #FFFFDD; }
.font6      { font-family: verdana; font-size: 12px; font-weight: normal; color: #FFFF00; }
.fonta      { font-family: verdana; font-size: 10px; font-weight: normal; color: #AAAA66; }
.fontb      { font-family: verdana; font-size: 10px; font-weight: normal; color: #BBBB00; }
.fontc      { font-family: verdana; font-size: 14px; font-weight: normal; color: #AAAA66; }
.fontf      { font-family: verdana; font-size: 10px; font-weight: normal; color: #000000; }
.fontFF     { font-family: verdana; font-size: 12px; font-weight: bold; color: #000000; }
.rfont1     { font-family: verdana; font-size: 13px; font-weight: bold; color: #FFFFFF; }

@font-face {
    font-family: Verdana;
    font-style:  normal;
    font-weight: normal;
  }

BODY {
    margin-top:0px;
    margin-left:0px;
    margin-right:0px;
    overflow:auto;
	scrollbar-face-color: #444444;
	scrollbar-shadow-color: #000000; 
	scrollbar-highlight-color: #777777;
	scrollbar-3dlight-color: #111111;
	scrollbar-darkshadow-color: #555555;
	scrollbar-track-color: #222222;
	scrollbar-arrow-color: #ffffdd;
    background-image: url(../images/back_rez.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-repeat:no-repeat;
    background-position:5 60;
}

.pageContainer{
	width: 100%;		/* table width will be 99% of this*/
  height:500px;
	overflow: auto;
	margin: 0;
	}

.pageBody {
  position:relative;
  height:expression(document.body.clientHeight-65);
  width:100%;
  overflow:auto;
	}
	
html>body div.pageBody	{  /* child selector syntax which IE6 and older do not support*/
  height:90%;
	overflow: auto; 
	}
	
.pageHead	{
	position:relative; 
  width:100%;
  height:65px;
	}
	


