/*
light blue #3E92C0;
dark blue 

light brown #f0ece0
medium brown #b9987a
dark brown #996633

*/

body{
	padding:0px;
	margin:0px;
	background-color:#FFFFFF;
	font-family: Tahoma;
}

/* Define hyperlinks */	
a:link, a:visited  {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 12px;
	color: #3E92C0;
	text-decoration: none;
}  
a:hover {
	text-decoration: underline;
}


/* Define Header */
.header .page_link a:link, .header .page_link a:visited {
	color: #b64328;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
}
.header .page_link a:hover {
	color: #600;
}

.header .tiny_link {
	color: #999;
	font-family: Tahoma;
	font-size: 9px;
	text-decoration:none;
}

.header .tiny_link a:link, .header .tiny_link a:visited {
	color: #999;
	font-size: 9px;
	font-weight: bold;
	text-decoration:none;
}
.header .tiny_link a:hover {
	color: #333;
	text-decoration:underline;
}

.page_title {
	font-family: Tahoma;
	font-size: 16px;
	line-height: 20px;
	font-weight: bolder;
	color: #3E92C0;
}

.white_title {
	font-family: Tahoma;
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
	color: white;
	vertical-align:middle;
}

.tit_cal {
	font-family: Tahoma;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #44667C;
}
.days {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.days_2 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 11px;
	color: #44667C;
	text-decoration:none
}
.text_1 {
	font-family: Tahoma;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	color: #886C53;
}
.link_1 {
	font-family: Tahoma;
	font-size: 10px;
	line-height: 12px;
	color: #AE2F1A;
}
.form {
	font-family: Tahoma;
	font-size: 10px;
	line-height: 10px;
	color: #8B8783;
}
.text_2, p {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 14px;
	color: #44667C;
}
.link_2 {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 12px;
	color: #3E92C0;
}
.link_3 {
	font-family: Tahoma;
	font-size: 10px;
	line-height: 12px;
	color: #886C53;
	text-decoration:none;
}
.form_1 {
	font-family: Tahoma;
	font-size: 10px;
	line-height: 12px;
	background-color: #FFFFFF;
	height: 18px;
	width: 279px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #D4D0C8;
	border-bottom-color: #D4D0C8;
}
.form_2 {
	font-family: Tahoma;
	font-size: 10px;
	line-height: 12px;
	background-color: #FFFFFF;
	height: 116px;
	width: 279px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #D4D0C8;
	border-bottom-color: #D4D0C8;
	overflow:auto;
}


.success{
	font-size: 12px;
	color: green;
	font-weight: bold;
	background-color: #eeeeee;
	background-image:url(images/icon_success.gif);
	background-position:5px 5px;
	background-repeat:no-repeat;
	border:thin outset #cccccc;
	display: block;
	padding: 10px 10px 10px 40px;
	margin: 10px;
}
.error{
	font-size: 12px;
	color: red;
	font-weight: bold;
	background-color: #eeeeee;
	background-image:url(images/icon_error.gif);
	background-position:5px 5px;
	background-repeat:no-repeat;
	border:thin outset #cccccc;
	display: block;
	padding: 10px 10px 10px 40px;
	margin: 10px;
}
.required{
	font-size: 11px;
	color: #FF0000;
}


/* Define Footer */
.footer .page_link {
	color: #CCCCCC;
	font-size: 10px;
	font-weight: bold;
	line-height: 15px;
}
.footer .page_link a:link, .footer .page_link a:visited {
	color: #b64328;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	text-decoration:none;
}
.footer .page_link a:hover {
	color: #600;
}

.footer .copyright {
	color: #999;
	font-size: 11px;
	padding-bottom: 5px;
}
.footer .copyright a:link, .footer .copyright a:visited {
	color: #999;
	font-weight:bold;
	text-decoration: none;
}
.footer .copyright a:hover {
	color: #666;
	text-decoration: underline;
}


hr { color:#eeeeee }
.indent{
	text-indent: 20pt;
}
img { border:0px }
