@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(images/bg_main.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
}
.content {
	background-image: url(images/bg_page_main.png);
	background-repeat: no-repeat;
}
.content a:link {
	font-size: 14px;
	color: #333333;
	text-decoration: none;
}
.content a:visited {
	font-size: 14px;
	color: #333333;
	text-decoration: none;
}
.content a:hover {
	font-size: 14px;
	color: #48186C;
	text-decoration: none;
}
.about {
	background-image: url(images/about_lines.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 12px;
	margin-left: 12px;
}
h1 {
	font-size: 18px;
	font-weight: normal;
	color: #4D4D4D;
}
h2 {
	font-size: 16px;
	color: #3F3F3F;
	text-decoration: underline;
}
h3 {
	color: #333333;
	font-size: 18px;
	text-decoration: none;
}
.textlarger {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	color: #3F3F3F;
}
.button_dark {
	font-size: 16px;
	text-transform: capitalize;
	color: #EBEBEB;
	background-color: #323131;
}
.button_dark a:link {
	font-size: 16px;
	color: #EBEBEB;
	text-decoration: none;
}
.button_dark a:visited {
	font-size: 16px;
	color: #EBEBEB;
	text-decoration: none;
}
.button_dark a:hover {
	font-size: 16px;
	color: #999999;
	text-decoration: none;
}
.button_lite {
	font-size: 16px;
	text-transform: capitalize;
	color: #EBEBEB;
	background-color: #666666;
}
.button_lite a:link {
	font-size: 16px;
	color: #EBEBEB;
	text-decoration: none;
}
.button_lite a:visited {
	font-size: 16px;
	color: #EBEBEB;
	text-decoration: none;
}
.button_lite a:hover {
	font-size: 16px;
	color: #999999;
	text-decoration: none;
}
.menu1 {
	font-size: 16px;
	color: #FFFFFF;
}
.menu1 a:link {
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
}
.menu1 a:visited {
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
}
.menu1 a:hover {
	font-size: 16px;
	color: #999999;
	text-decoration: none;
}
.menu2 {
	font-size: 14px;
	color: #000000;
}
.menu2 a:link {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
.menu2 a:visited {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
.menu2 a:hover {
	font-size: 14px;
	color: #666666;
	text-decoration: none;
}
.menusub {
	font-size: 14px;
	color: #FFFFFF;
}
.menusub a:link {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
.menusub a:visited {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
.menusub a:hover {
	font-size: 14px;
	color: #999999;
	text-decoration: none;
}
.footer {
	background-image: url(images/bg_footer.jpg);
	background-repeat: repeat-x;
}
.innerfooter {
	font-size: 12px;
	color: #FFFFFF;
}
.innerfooter a:link {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.innerfooter a:visited {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.innerfooter a:hover {
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
.bigfont {
	font-size: 16px;
	font-weight: bold;
	color: #003399;
}
.redfont {
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}
.greenfont {
	font-size: 16px;
	font-weight: bold;
	color: #006633;
}
