<!-- 
***********************************************************************
	 Author: Christopher Harper
	 Keystone Computer Group 
	 Revision: 0.1
	 Last Revision:21/9/2005
	 Title: Style sheet for fonts and links
*********************************************************************** -->
.body {
 align:center;
}

.normal
{
text-align: justify;
font-weight: 400;
font-family:  Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #515256;
}

.leftblock {
 background-color:#CCBDFE;
 width:150px;
 overflow:hidden;
 float:left;
}

.centerblock {
 background-color:#eeeeee;
 width:740px;
 overflow:hidden;
 float:left;
}

.rightblock {
 background-color:#707277;
 width:10px;
 overflow:hidden;
 float:left;
}

.bodybackground {
 background-color:#EEEEEE;
 }

.tablebackground {
 background-color:#DCDCDC;
 }

.bannertitle {
 text-align:center;
 font-weight:400;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size:20px;
 color:#42467A;
 text-decoration:none;
 }
 
.bannersubtitle {
 text-align:center;
 font-weight:400;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size:10px;
 color:#42467A;
 text-decoration:none;
 } 
 
.leftmenu {
 font-weight:400;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size:14px;
 color:#42467A;
 text-align:right;
 margin-right:5px;
 text-decoration:none;
 }
 
 .leftmenublock {
 font-weight:400;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size:14px;
 color:#42467A;
 text-align:right;
 margin-right:5px;
 text-decoration:none;
 }
 
.leftmenu:hover {
 font-weight:400;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size:14px;
 color:#42467A;
 text-align:right;
 margin-right:5px;
 text-decoration:underline;
 }
 
.loginstrip {
 font-weight:400;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#42467A;
 text-decoration:Underline;
 }
 
.loginstriperror {
 font-weight:400;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#42467A;
 text-decoration:bold;
 }

.pagetitle {
 text-align:left;
 font-weight:400;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size:20px;
 color:#101786;
 text-decoration:none;
 }
 
 .inputtext {
 color:#707277;
 font-weight:400;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
 text-align:left;
}

 .inputbutton {
 color:#707277;
 font-weight:400;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
 text-align:center;
}
 
.font10 {
 color:#707277;
 font-weight:400;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size:10px;
 text-decoration:none;
}

.font10link {
 color:#707277;
 font-weight:400;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size:10px;
 text-decoration:underline;

}
 
.font12 {
 color:#707277;
 font-weight:400;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
 text-decoration:none;
}

.tablehead {
 background-color: #101787;
 color:#ffffff;
 font-weight:400;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
 text-decoration:none;
}

.tabledata {
 color:#000000;
 background-color: #cccccc;
 font-weight:400;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
 text-decoration:none;
}

.font12link {
 color:#707277;
 font-weight:400;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
 text-decoration:underline;
}

.font14 {
 color:#707277;
 font-weight:400;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size:14px;
 text-decoration:none;
}

.font14link {
 color:#707277;
 font-weight:400;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size:14px;
 text-decoration:underline;
}

.font16 {
 color:#707277;
 font-weight:400;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size:16px;
 text
}


