/* url related */
body {
	text-align: left;
	background-image: url("styles/background.gif");
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #CEB673;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
}
.menu{
	/*background-image: url("styles/top_line.gif");*/
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma,Verdana;
	background-color: #5A9ACE;
}
.menu_feature{
	background-image: url("styles/menu_line.gif");
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma,Verdana;
	background-color: #B5A263;
}
.DefaultUrl
	{
		font-family: Arial, Helvetica, sans-serif;
		font-weight : normal;
		color: #851F1F;
		font-size: 11px;
		text-decoration: underline;
	}

.DefaultUrl:hover
	{
		text-decoration: none;
	}

.UrlWhite
	{
		font-family: verdana, Arial, Helvetica, sans-serif;
		font-weight : normal;
		color: #F7F7F7;
		font-size: 11px;
		text-decoration: underline;
	}

.UrlWhite:hover
	{
		text-decoration: none;
	}
.UrlW
	{
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #20384F;
	font-size: 11px;
	text-decoration: underline;
}

.UrlW:hover
	{
		text-decoration: none;
	}

.UrlWhiteLeft
	{
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}

.UrlWhiteLeft:hover
	{
		text-decoration: underline;
	}

.UrlYellow
	{
	font-family: Tahoma,Verdana,Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #F0FFF0;
	font-size: 10px;
	text-decoration: underline;
}

.UrlYellow:hover
	{
		text-decoration: none;
	}
.UrlSmall
	{
	font-family: Tahoma,Verdana,Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}

.UrlSmall:hover
	{
	text-decoration: none;
	color: #000000;
}

.UrlHeader
	{
		font-family: Arial, Helvetica, sans-serif;
		font-weight : bold;
		color: #851F1F;
		font-size: 13px;
		text-decoration: none;
	}
/* end of url related */

/* textrelated */
.DefaultText
	{
		font-family: arial,verdana;
		font-style : normal;
		font-size: 11px;
		font-weight: normal;
		word-spacing: 0px;
		color: #000000;
	}
	
.DefaultText_1
	{
		font-family: verdana,arial;
		font-style : normal;
		font-size: 11px;
		font-weight: normal;
		word-spacing: 0px;
		color: #000000;
	}

.TextHeader
	{
		font-family: arial,verdana;
		font-style : normal;
		font-size: 13px;
		font-weight: normal;
		word-spacing: 0px;
		color: #851F1F;
	}
	
.TextHome
	{
		font-family: arial,verdana;
		font-style : normal;
		font-size: 11px;
		font-weight: normal;
		word-spacing: 0px;
		color: #000000;
	}
/* end of text related */

/* form related */
.DefaultButton
	{
		FONT-SIZE: 11px; FONT-FAMILY: Verdana,Helvetica;
		TEXT-INDENT: 2px;
		BORDER-TOP-WIDTH: 1px; BORDER-LEFT-WIDTH: 1px; BORDER-BOTTOM-WIDTH: 1px; BORDER-RIGHT-WIDTH: 1px;
		background-color : #D4D0C8;
		font-weight : normal;
		height: 20px;
		border-top: solid 1px #E7E7E7;
		border-left: solid 1px #E7E7E7;
	}

.DefaultTextBox
	{
	font-family: "tahoma,Verdana";
	font-size: 8pt;
	COLOR: #000000;
	border: 1px solid #5A9ACE;
}

.RightNavTextBox
	{
		font-family: "tahoma,Verdana";
		font-size: 8pt; 
		COLOR: #FFC61D;
		border: solid 1px #000000;
		FILTER: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#9C4301', endColorStr='#851F1F', gradientType='0');
	}
/* end of form */

/* image related */
.DefaultImageBorder
	{
		border: solid 1px #C5D8EE;
	}
/* end of image related */
.mid_bg {
	/*background-image: url(middle_bg.jpg);*/
	background-repeat: no-repeat;
	background-position: center;	
}