/* CSS Document */

body
{
background-image: url('');
}

a:link { color: darkblue; }
a:visited { color: grey; }
a:hover { color: red; }
a:active { color: blue; }

p {font-family: sans-serif}

h1 {
	font-size: 12px;
	color: #000000;
	font-weight: 400;
	margin: 0;
	padding:0;
	}



h2 {
	font-size: 14px;
	color: darkblue;
	font-weight: 600;
	}



h3 {
	font-size: 16px;
	color: blue;
	font-weight: 600;
	}

table#header
{
width: 763px;
height: 90px;
border: 1px solid #A8C1A8; 
background-color: #66CCFF;
border-collapse: collapse;

}

table#content
{
width: 763px;
border: 1px solid #CCE6CC;
border-collapse: collapse;
background-color:#99CCFF;
height: auto;
}

.logo
{ 	
width: 35%;
border-right: 1px solid;
border-color: #CCE6CC;
background-image: url('');
background-position: left;
}

.pub
{
width: 65%;
background-position: center;
vertical-align: middle;
border-color: #CCE6CC;
}
  
hr
{
width: 763px;
color: darkblue;
}
	
.contl
{
font-family: tahoma;
font-size: 12px;
border-left:1px solid #CCE6CC; 
border-right:medium none #CCE6CC; 
border-top:1px solid #829B82; 
border-bottom:1px solid #829B82; 
width: 60%; 
height: 83px;

} 

.contr
{
font-family: Arial;
font-size: 14px;
border-left:medium none #CCE6CC; 
border-top:1px solid #829B82; 
border-bottom:1px solid #829B82;
width:40%; 
height: 83px;
}

div.link
{
width: 763px;
font-family: tahoma;
font-size: 12px;
background-color:#66CCFF;;
}
	