body {
	background: #4270E0;
	font-family: Verdana, arial, helvetica, sans-serif;
	color: #fff;	
	font-size : 11px;

}
table { 
    width: 100%; 
    margin: 5; 
    padding: 5;
    vertical-align: top;
}
tr {
	background: #4270E0;
}


td {
	background: #4270E0;
    vertical-align: top;
}


div#content { 
    padding: 5px; 
}

div#content td { 
    padding: 3px;
}

a {
    text-decoration: none; 
    color: #fff; 
    font-style: normal
}
a:hover {
    color: #ddd; 
    font-style: normal
}
.odd {
    text-align:center;     
}
.even {
    text-align:center;     
}
.blockTitle {
    background-color: #4270E0; 
    color: #fff; 
	font-family: Courier New;
	font-weight: bold;
	font-size : 14px;
}
.blockContent {
    background-color: #4270E0; 
	font-size : 10px;
}
.rightBlockContent {
    background-color: #4270E0; 
    text-align: right;
	font-size: 10px;
}

.comTitle {
    font-weight: bold; 
    margin-bottom: 2px;
    text-align:center;     
}

h1, h2, h3, h4, h5, h6	{
	font-family: Courier New;
	font-weight: bold;
}

h1 {
    voice-family: "\"}\"";   
    voice-family: inherit;   
    font-size:    18px;
	font-weight: bold;          
}
h2 {
    voice-family: "\"}\"";   
    voice-family: inherit;
    font-size:    15px;
	font-weight: bold;      
}

p {
	background: #4270E0;
    voice-family: inherit;  	
	margin-top: 0;
	margin-bottom: 1em;
	font-weight: normal; 	
}

#menu ul {
	margin: 0;
	padding: 1;
	list-style-type: none;
	clear: left;
}

#menu ul li {
	display: block;
	float: left;
	padding: 1;
	margin: 1;
	letter-spacing: .5em;			
}

#menu ul li a {
	background: #4270E0;
	height: 2em;
	padding: 0;
	margin: 0 0 10px 0;
	color: #fff;
	text-decoration: none;
	display: block;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 2em;
}

#menu ul li a:hover {
	color: #78E;
	background: #fff;
}

#menu a:active	{
	background: #94ACD0;
	color: #fff;
}
