/* CSS Document */

body { 
background: url(images/bg.jpg);
background-color : #cccccc; 
font: Tahoma;
margin-left : 0; 
margin-top : 0; 
margin-right : 0; 
margin-bottom : 0; 
margin-left : 0; 
margin-top : 0; 
margin-right : 0; 
margin-bottom : 0; 

} 

a 
{ color: #525554; font-weight: bold; text-decoration:none; }

a:hover 
{ color: #FE572A; font-weight: bold; text-decoration: underline; }

p {
color: #525554; font-size: 16px;
text-align: justify;
}


td {
vertical-align: top;
}
img { 
border : 0;
vertical-align : top;
} 

.Header {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}

.Bold {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
}

.Small {
	font-size: 14px;
	font-style: italic;
}

.Image {
border : 1;
border-width: 2px;
border-color: #525554;
align: middle;
target: _blank;
}

