/* CSS Document */

body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.body
{
    line-height:18px;
    font-family: 'Georgia';
    font-size: 14px;
    color: #333333;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: dotted;
    border-bottom-style: none;
    border-left-style: dotted;
    border-top-color: #333333;
    border-right-color: #333333;
    border-bottom-color: #333333;
    border-left-color: #333333;
    padding: 20px;
}
.top {
	font-family: Georgia;
	font-size: 14px;
	color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.rightalign {
	float: right;
	margin-left: 25px;
}

.bottom {
	font-family: Georgia;
	font-size: 14px;
	color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
a:link
{
	text-decoration: underline;
	color: #666;
}
a:visited {
	text-decoration: underline;
	color: #666;
}
a:hover
{
	text-decoration: none;
	color: #690;
}
a:active {
    text-decoration: underline;
	color: #663300;
}
.MenuStyle
{
    color: #CCCCCC;
    font-family: "Trebuchet MS";
    font-size: 12px;
    font-weight: bold;
    padding-right: 10px;
}
.MenuStyle a{
	color: #CCCCCC;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight:bold;
    padding-right: 10px;
    padding-left: 10px;
}
.MenuStyle a:hover{
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-decoration:underline;
	padding-right: 10px;
    padding-left: 10px;
    font-weight:bold;
}

.TitleStyle {
	font-size: 16px;
	font-weight: bold;
}
.FooterStyle {
	font-family: "Trebuchet MS";
	font-size: 12px;
}

.silver
{
    color: #808080;
    font-weight: bold;
    font-family: 'Comic Sans MS';
}

