body,html
{
	height:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,p,td,th,div
{
	font-family:Verdana;
	font-size:12px;
	color: #201705;
	line-height:15px;
}
input,select
{
	font-family:Verdana;
	font-size:11px;
	color: #201705;
}

.copyright
{
	font-size:8px;
}

.title
{
	font-size:16px;
	color:#3493BF;
	line-height:24px;
	font-weight:
}

.subtitle
{
	font-size:12px;
	font-weight:bold;
}
/*
 * nav link
 */
a.nav:link {
	text-decoration: none;
	color: #FFFFFF;
	font-size:12px;
}
a.nav:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-size:12px;
}
a.nav:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-size:12px;
}
a.nav:active {
	text-decoration: none;
	color: #FFFFFF;
	font-size:12px;
}
a.nav_selected:link {
	text-decoration: none;
	color: #000000;
	font-size:12px;
}
a.nav_selected:visited {
	text-decoration: none;
	color: #000000;
	font-size:12px;
}
a.nav_selected:hover {
	text-decoration: underline;
	color: #000000;
	font-size:12px;
}
a.nav_selected:active {
	text-decoration: none;
	color: #000000;
	font-size:12px;
}
/*
 * normal link
 */
a:link {
	text-decoration: none;
	color: #1A6EA7;
}
a:visited {
	text-decoration: none;
	color: #1A6EA7;
}
a:hover {
	text-decoration: underline;
	color: #1A6EA7;
}
a:active {
	text-decoration: none;
	color: #1A6EA7;
}
/*
 * menu link
 */
a.menu:link {
	color: #A29E43;
}
a.menu:visited {
	color: #A29E43;
}
a.menu:hover {
	color: #A29E43;
}
a.menu:active {
	color: #A29E43;
}

/*
 * normal link
 */
a:link {
	text-decoration: none;
	color: #1A6EA7;
}
a:visited {
	text-decoration: none;
	color: #1A6EA7;
}
a:hover {
	text-decoration: underline;
	color: #1A6EA7;
}
a:active {
	text-decoration: none;
	color: #1A6EA7;
}
/*
 * skysoft link
 */
a.skysoft:link {
	color: #000000;
}
a.skysoft:visited {
	color: #000000;
}
a.skysoft:hover {
	color: #000000;
}
a.skysoft:active {
	color: #000000;
}
/*
 * selected menu link
 */
a.selected_menu:link {
	color: #9C6011;
	font-weight: bold;
}
a.selected_menu:visited {
	color: #9C6011;
	font-weight: bold;
}
a.selected_menu:hover {
	color: #9C6011;
	font-weight: bold;
}
a.selected_menu:active {
	color: #9C6011;
	font-weight: bold;
}
/*
 * COLOR
 */
.brown
{
	color:#B18443;
}
.big1px
{
	font-size:12px;
}