﻿body {
	background-image: url(../graphics/stone_bkg_100b.jpg);
	font-family: georgia;
	font-size: 12px;
	color: #0A216D;
	background-color: #EFEFEF;
}
.title {
	font-family: georgia;
}
.MainTitle {
	font-family: georgia;
	font-size: 16px;
    font-weight: bold;
	color: #01022D;	
}
	
.MainText {
	font-family: georgia;
	font-size: 15px;
    font-weight: bold;
	color: #01022D;	
	
}
.MainTextBold {
	font-family: georgia;
	font-size: 15px;
	font-weight: bold;
	color: #01022D;	
}
.Whitetext {
	font-family: sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #01022D;	
}
.Citetext {
	font-family: sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #01022D;
}
.MainText a:link{
	color: #0A216D;
	text-decoration: none;
}
.MainText a:visited{
	color: #404040;
	text-decoration: none;
}
.MainText a:hover{
	color: #CC0000;
	text-decoration: underline;
}
.FooterLinks {
	font-family: sans-serif;
	font-size: 12px;
	color: #0A216D;
}
.FooterLinks a:link{
	font-family: sans-serif;
	font-size: 12px;
	color: #404040;
	text-decoration: none;
}
.FooterLinks a:Visited{
	font-family: sans-serif;
	font-size: 12px;
	color: #404040;
	text-decoration: none;
}
.FooterLinks a:Hover{
	font-family: sans-serif;
	font-size: 12px;
	color: #CC0000;
}
ul {
	list-style-image: url(../graphics/star_bullet2.jpg);
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 5px;
	margin-right: 0px;
}	
	ul  li  ul { 
	list-style: url(../graphics/star_bullet2.gif);
}

img {
	border: 0px none;
}