@charset "utf-8";
/* CSS Document */

/* Created by CREASH */

body {
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #336699;
}

a {	
	text-decoration: none;
}

a:link {
	text-decoration: none;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #336699;
	text-align: justify;
}

.topMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCC99;
}

topMenu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCC99;
}

.copyright {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #990000;
}
.copyright a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-weight: bold;
	color: #996699;
}
.copyright a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: underline;
	color: #996699;
}
.rightMenu {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}
.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #990000;
}
.smallText a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #990000;
}
.smallText a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: underline;
	color: #990000;
}
.titleText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC9900;
}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #336699;
}
.bodyBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #336699;
}


.rightMenu a {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}

.rightMenu a:hover {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	background: FFFFCC;
	color: #003366;
}
.centerBK {
	background-repeat: no-repeat;
	background-position: center center;
}

.topMenu a:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	background: #FFB191;
	color: #990000;
}
.bodyLarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #336699;
}
ul li ol{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #336699;
	text-align: justify;
}
.code {
	text-align: justify;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	line-height: 15px;
	border: #CCCCCC 1px dashed;
	background: #F0F0F0;
}