body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1 {  
	font-family: Times New Roman, Times, "serif"; 
	color: #2566ad;
	font-weight: bold;
	font-size: 22px;
	text-algin: left;
	border-bottom: 1px solid #2566ad;
}
h2 {  	
	font-family: Times New Roman, Times, "serif"; 
	font-size: 20px; 
	font-style: normal; 
	font-weight: bold; color: #2566ad; 
	text-transform: uppercase;
	text-align: left;
}
h3 {  	
	font-family: Times New Roman, Times, "serif"; 
	font-size: 18px; 
	font-style: normal; 
	font-weight: bold; 
	color: #004200;
}
h4 {  	
	font-family: Times New Roman, Times, "serif"; 
	font-size: 14px; 
	font-style: normal; 
	font-weight: bold; 
	color: red;
	margin-bottom: 0;
}
h5 {  	
	font-family: Verdana, Arial, Helvetica, "sans-serif"; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: bold; 
	color: #003366;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: repeat-x;
}

.sidetable {
	border: 1px solid #cccccc;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2566AD;
	text-align: right;
}

.highlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff0000;
	font-weight: bold;
}

.maintext {
	text-align: justify;
}

.tabletitle
{
	color: #2566AD;
	font-weight: bold;
	font-size: 12px;
}

.strapline
{
	color: #2566AD;
	font-weight: bold;
	font-size: 12px;
	text-algin: left;
}
.clickimage
{
	color: #000000;
	font-weight: normal;
	font-size: 10px;
}
.title
{
	color: #ff8080;
	font-weight: bold;
	font-size: 14px;
	text-algin: left;
}
.pagetitle
{
	color: #0066cc;
	font-weight: bold;
	font-size: 22px;
	text-algin: left;
	border-bottom: 2px solid #0066cc;
}

a:link {
	color: #1d5883;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #1d5883;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: red;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: red;
	font-weight: bold;
	text-decoration: none;
} 


/* Right aligned images without captions */
img.floatright
{
    float: right;
    margin: 0 0 10px 10px;
    background-color: #d1e6f5;
    padding: 5px;
    border: 1px solid #999;
}
/* Left aligned images without captions */
img.floatleft 
{
    float: let;
    margin: 0 10px 10px 0;
    background-color: #d1e6f5;
    padding: 5px;
    border: 1px solid #999;
}

/* side column on right */
.boxright 
{
   width: 210px;
   border: 1px solid #1d5883;
   padding: 5px;
   margin: 10px 0px 10px 10px;
   float: right;
}

#contents .boxright p
{
   text-align: left;
}

.boxright img
{
	border: 1px solid #fff;
	margin-bottom: 5px;
}

.boxright  a:hover img
{
	border: 1px solid #0000ff;
	margin-bottom: 5px;
}


/*end of side column on right*/








