.coatofarms {
	width: 60px;
	height: 88px;
}

body {
	font-size: 15px;
	background-color: #fff;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
}

.styleSectionTitles {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #0000CC;
	text-decoration: none;
}
.stylePageTitle {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #264688;
}

table.header {
	width: 100%;
	border: 0px solid #B0DFFF;    
}
table.header td{

	border: 0px solid #B0DFFF;
}

table.search {
	width: 100%;
	border: 2px solid #B0DFFF;    
}
table.search td{
	font-weight: bold;
	text-align: center;
	border: 1px solid #B0DFFF;
}

table.email {
	width: 100%;
	border: 2px solid #B0DFFF;    
}
table.email td{
	text-align: center;
	border: 1px solid #B0DFFF;
}

table.rsource {
	width: 100%;
	border: 2px solid #B0DFFF;    
}
table.rsource td{
	text-align: center;
	border: 1px solid #B0DFFF;
}

table.news {
	width: 100%;
	border: 2px solid #B0DFFF;    
}
table.news td{
	text-align: center;
	border: 1px solid #B0DFFF;
}

table.empty {
	width: 100%;
	border: 2px solid #B0DFFF;    
}
table.empty td{
	text-align: center;
	border: 1px solid #B0DFFF;
}

table.footer {
	width: 100%;
	border: 2px solid #B0DFFF;    
}

table.footer td{
	text-align: center;
	border: 1px solid #B0DFFF;
}




a:link
{
    color: #0066FF;
    text-decoration: none;
    font-weight: normal;
}

a:visited
{
    color: #003399;
    text-decoration: none;
    font-style: italic;
}

a:hover
{
    color: red;
    text-decoration: underline;
}

a:active
{
    color: #000066;
    text-decoration: none;
}
