body {
	margin: 0;
	paddding: 0;
}

p {
	font-family: Arial;
	color: #333;
	font-size: 13px;
}

a, a:visited {
	font-family: Arial;
	color: blue;
	font-size: 13px;
	text-decoration: none;
}


h1 {
	font-family: Arial;
	font-size: 20px;
	color: #666;
	margin-top: 0px;
}

h2 {
	font-family: Arial;
	color: #333;
	font-size: 13px;
	font-weight: bold;
}

ol {
	font-family: Arial;
	color: #333;
	font-size: 13px;
}

ul {
	font-family: Arial;
	color: #333;
	font-size: 13px;
}


div#main {
	width: 819px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

td.menu{
	width: 100%; 
	height: 44px;	
}

a.menu, a.menu a:visited{
	font-family: Georgia;
	font-size: 14px;
	text-decoration: none;
	color: #999;
}

a.menu_activated, a.menu_activated a:visited {
	font-family: Georgia;
	font-size: 14px;
	text-decoration: underline;
	color: #333;
}

td.submenu {
	width: 100%; 
	height: 34px; 
	text-align: center;
	font-family: Georgia;
	font-size: 12px;
}

td#content {
	padding-top: 10px;
	padding-bottom: 10px;
}

td.content_td_left {
	vertical-align: top;
	padding-right: 15px;
	width: 50%;
}

td.content_td_right {
	vertical-align: top;	
	padding-left: 15px;
	width: 50%;
}

td.flags {
	vertical-align: middle;
	height: 30px;
}

td.flags a, td.flags a:visited{
	font-family: Helvetica;
	color: #4c4c4c;
	font-size: 11px;
	text-decoration: none;
}

ul.index_page_ul {
	font-size: 15px;

}
