@charset "UTF-8";
/* CSS Document */


body, html {
 margin  : 0;
 padding  : 0;
 height  : 100%;
 background-image: url();
	background-color: #e7e7e7;
	background-repeat: no-repeat;
	font-size: 12px;
	font-family: "Trebuchet MS";
}

img {border:0;}


#layoutgrid{
 display  : table;
 height  : 100%;
 width  : 100%;
 background: ;
}
#layoutgrid td {
 vertical-align : middle;
 text-align  : center;
}
#maintable {
 background-color: #FFFFFF;
 background-image: url();
 width: 600px;
 height: 600px;
 border: solid 1px;
 border-color:#CCCCCC;
 margin: auto; 
}
#bannertable {
 background-image: url();
 width: 474px;
 height: 124px;
 margin: auto; 
}
#bannertable td {
 vertical-align : center;
 text-align  : left;
}
#pagetable {
 background-image: url();
 width: 600px;
 height: 435px;
 margin: auto; 
}
.banner {background-image: url(images/wordbackground.png); }
.footer {background-image: url(images/655grid_03.png);  background-repeat: no-repeat; background-position: bottom;}
.style4 {
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 24px;
}
.style5 {
	font-size: 10px;
	font-family: "Trebuchet MS";}
	
a.style5:link {background-color: ; color:#000000; text-decoration:none;}
a.style5:visited {background-color: ; color:#000000; text-decoration:none;}
a.style5:hover {background-color:#999999; color:#FFFFFF; text-decoration:none;}
a.style5:active {background-color:#CDE6ff; color:#000000; text-decoration:none;}

.style6 {
	font-size: 12px;
	font-family: "Trebuchet MS";
}

.style7 {
	font-size: 10px;
	font-family: "Trebuchet MS";
	font-weight: bold;
}
a.style7:link {background-color:#efefef; color:#000000; padding: 2px; text-decoration:none;}
a.style7:visited {background-color:#efefef; color:#000000; padding: 2px; text-decoration:none;}
a.style7:hover {background-color:#999999; color:#FFFFFF; padding: 2px; text-decoration:none;}
a.style7:active {background-color:#CDE6ff; color:#000000; padding: 2px; text-decoration:none;}


