@charset "utf-8";
body {
font-family: Verdana;
font-size:12pt; background-color:#CCCCCC;
margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
padding: 0;
 /* text-align: center;this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
color: #000000;
}
table {
font-size:12pt; 
font-family:Verdana;
border:#A8003A 1px solid;
background-color:#FFFFFF;
}
table.picturegrid{
border-width:0;
font-family:Veradana;
font-size:10pt; 
}
.logo{
padding:0 0 0 0;
}
.bigimage{
text-align:right;
float:right; 
clear:right; 
border:#FFFFFF 0px solid; 
padding-left:10px; padding-right:5px; padding-top:5px; padding-bottom:10px;
margin: 10px 10px 10px 10px ;
}
.content{
font-family:Verdana;
background-color:#FFFFFF;
text-align:justify;
font-size:12pt;
padding:10px;
}
.latestnews,table.latestnews{
padding:5px;
clear:right;
float:right;
text-align:justify;
border:#327A3C 1px solid;
margin-left:20px;
 }
.footer{
font-size:10px; 
background-color:#a8003a; 
color:#FFFFFF;
height:40px;
 }