/* CSS Document */

body {
	background-color: #666666;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/line.jpg);
}

.BGHeader {
	background-image: url(images/center.jpg);
	background-position: top center;
	background-color:#CCCCCC;
	background-repeat:no-repeat;
}

.BGLeft {
	background-image: url(images/left.jpg);
	background-position: top left;
	background-repeat:no-repeat;
}

.BGright {
	background-image: url(images/right.jpg);
	background-position: top right;
	background-repeat:no-repeat;
}

.BGHeader_left {
	background-image: url(images/header.jpg);
	background-position: top left;
	background-color:#CCCCCC;
	background-repeat:no-repeat;
}

.BGHeader_right {
	background-image: url(images/header.jpg);
	background-position: top right;
	background-color:#CCCCCC;
	background-repeat:no-repeat;
}

.BGContent {
	background-image: url(images/content.jpg);
	background-position: top center;
	background-color:#CCCCCC;
	background-repeat:no-repeat;
}

.BGFooter {
	background-image: url(images/logo.jpg);
	background-position: center center;
	background-repeat:no-repeat;
}

.TextFooter {
	font-family: MS Sans Serif, Tahoma, sans-serif;
	font-size: 10px;
	color: #666666;
}
A.TextFooter:visited {
	font-family: MS Sans Serif, Tahoma, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
}
A.TextFooter:hover  {
	font-family: MS Sans Serif, Tahoma, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
A.TextFooter:link {
	font-family: MS Sans Serif, Tahoma, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
}

.TextBrown {
	font-family: MS Sans Serif, Tahoma, sans-serif;
	font-size: 14px;
	color: #584301;
}
A.TextBrown:visited {
	font-family: MS Sans Serif, Tahoma, sans-serif;
	font-size: 14px;
	color: #584301;
	text-decoration: underline;
}
A.TextBrown:hover  {
	font-family: MS Sans Serif, Tahoma, sans-serif;
	font-size: 14px;
	color: #584301;
	text-decoration: none;
}
A.TextBrown:link {
	font-family: MS Sans Serif, Tahoma, sans-serif;
	font-size: 14px;
	color: #584301;
	text-decoration: underline;
}

.TextHead {
	font-family: MS Sans Serif, Tahoma, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-color: #6699CC;
	height: 30px;
}

.Text1 {
	font-family: MS Sans Serif, Tahoma, sans-serif;
	font-size: 14px;
	color: #193B82;
}

.Text2 {
	font-family: MS Sans Serif, Tahoma, sans-serif;
	font-size: 16px;
	color: #193B82;
}
A.Text2:visited {
	font-family: MS Sans Serif, Tahoma, sans-serif;
	font-size: 14px;
	color: #193B82;
}
A.Text2:hover  {
	font-family: MS Sans Serif, Tahoma, sans-serif;
	font-size: 14px;
	color: #193B82;
	text-decoration: underline;
}
A.Text2:link {
	font-family: MS Sans Serif, Tahoma, sans-serif;
	font-size: 14px;
	color: #193B82;
	text-decoration: underline;
}

.Text3 {
	font-family: MS Sans Serif, Tahoma, sans-serif;
	font-size: 14px;
	color: #333333;
}
A.Text3:visited {
	font-family: MS Sans Serif, Tahoma, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: underline;
}
A.Text3:hover  {
	font-family: MS Sans Serif, Tahoma, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
}
A.Text3:link {
	font-family: MS Sans Serif, Tahoma, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: underline;
}

.Text4 {
	font-family: MS Sans Serif, Tahoma, sans-serif;
	font-size: 10px;
	color: #999999;
}

.Input1 {
	font-family: MS Sans Serif, Tahoma, sans-serif;
	font-size: 14px;
	color: #000066;
	border: 0px solid #00CCFF;
	height: 20px;
	width: 50px;
}

.Button1 {
	cursor: hand;
	font-family: MS Sans Serif, Tahoma, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	border: 0px solid #00292F;
	width:85;
	height:25;
	background-color: #00CCFF;
	font-weight: bold;
}

.TextError {
	font-family: MS Sans Serif, Tahoma, sans-serif;
	font-size: 14px;
	color: #FF0000;
}

