﻿/* CSS Document */

body
{
	padding:0;
	margin:0;
	font-family:arial;
	background-image:url('../images/bg.jpg');
}
h2 {
	font-size: 14pt;
}
.maintable
{
	background-color:#ffffff;
}

.welcomepattern
{
	background-image:url(../images/welcome_pattern.gif);
	background-repeat:repeat-x;
	background-position:left top;
	vertical-align:top;
}

.top1
{
	background-image:url('../images/top_1.gif');
	background-position:left top;
	background-repeat:no-repeat;
	vertical-align:top;
}

.top7
{
	background-image:url('../images/top_7.gif');
	background-position:left top;
	background-repeat:no-repeat;
}

.textwhite
{
	color:#006159;
}

.generaltext,td,input,select
{
	color:#414042;
	line-height:14px;
	font-size:12px;
}

.welcometext
{
	color:#414042;
	line-height:16px;
	font-size:12px;
}

.welcome
{
	font-size:16px;
	font-weight:bold;
	color:#006159;
	text-decoration:underline;
}

.navipattern
{
	background-image:url('../images/navi_pattern.gif');
	height:55px;
}

.navitext
{
	font-family:"Arial Narrow";
	font-size:14px;
	width:115;
	height:55;
	text-align:center;
	background-image:url('../images/navitext_pattern.gif');
	background-repeat:no-repeat;
}

.naviactive
{
	font-family:"Arial Narrow";
	font-size:14px;
	color:#ffffff;
	text-decoration:underline;
	padding:0 17px 0 17px;
}

.white
{
	font-size:12px;
	color:#ffffff;
}

.imgborder
{
	border:3px solid #d4e5e5;
}

.footer
{
	height:36px;
	background-color:#1e787a;
	color:#43b6b9;
	font-size:11px;
	text-align:center;
}

.spacer
{
	padding:0 15px 0 15px;
}

/* Form Style */


#footer
{
	width:800px;
	margin-left:auto;
	margin-right:auto;
}
#footer p
{
	padding-top: 10px;
	margin-top: 0px;
	text-align:center;
	color:#000000;
	font-size: 10px;
	margin-bottom: 0px;
}

/* End Form Style */
