
/* NON IE HACK TO SHOW INACTIVE SCROLLBAR AVOIDING LEFT SHIFT OF LAYOUT ON LONG PAGES 
   http://archivist.incutio.com/viewlist/css-discuss/42371
*/
HTML {
   overflow: -moz-scrollbars-vertical;
}
body {
	font-family:Georgia, Times New Roman, Times New Roman;
}
body#admin, body#admin td {
	font-size:12px;
}
body#admin a {
	color:#000000;
	text-decoration:underline;
}
body#admin a:hover {
	color:#6B5131;
	text-decoration:underline;
}
a {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#6B5131;
	text-decoration:underline;
}
a.Sel {
	color:#6B5131;
	text-decoration:none;
}
.Accent {
	color:#6B5131;
}
.Languages, .Footer{
	font-size:13px;
}
.Menu, .Nav, .LeftSideMenu  {
	font-size:16px;
	line-height:24px;
}
.HomepageMain {
	font-size:24px;
}
.MainContent, .MainContent td {
	font-size:20px;
}
.MainContentSmall, .MainContentSmall td {
	font-size:18px;
}
#Main {
	background-image: url(/images/bg.gif);
	background-repeat: no-repeat;
	background-position: top center
}
#m0 {
	padding:0px 0px 0px 0px;	
}
#m1 {
	padding:0px 0px 0px 20px;
}
#m2 {
	padding:0px 0px 0px 40px;
}
#m3 {
	padding:0px 0px 0px 60px;
}
.CountrySelect {
	font-family:Georgia, Times New Roman, Times New Roman;
	font-size:16px;
}

