BODY
{
	margin:0px;
	padding:0px;
	background-color: #E1D6C0;
	background-repeat : repeat-x;
	background-position : top;
	background-image : url(images/bg.gif);
}

p { text-indent: 30px; }

.error
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	font-weight : normal;
	text-decoration : none;
	text-align: center;
}

.success
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #009900;
	font-weight : normal;
	text-decoration : none;
	text-align: center;
}

.docs{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #534F39;
	font-weight : normal;
	padding-left : 20px;
	background-image: url(images/docs_icon.gif);
	background-position : left;
	background-repeat : no-repeat;
	line-height: 16px;
}
.docs a:link {color : #006CA4; text-decoration : none;}
.docs a:visited {color : #006CA4; text-decoration : none;}
.docs a:active {color : #006CA4 ; text-decoration : none;}
.docs a:hover {color : #006CA4; text-decoration : underline;}

.nav{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #736655;
	font-weight : bold;
	text-transform: uppercase;
}
.nav a:link {color : #736655; text-decoration : none;}
.nav a:visited {color : #736655; text-decoration : none;}
.nav a:active {color : #736655 ; text-decoration : none;}
.nav a:hover {color : #736655; text-decoration : underline;}

.Utxt{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #534F39;
	font-weight : normal;
}
.Utxt a:link {color : #006CA4; text-decoration : underline;}
.Utxt a:visited {color : #006CA4; text-decoration : underline;}
.Utxt a:active {color : #006CA4 ; text-decoration : underline;}
.Utxt a:hover {color : #006CA4; text-decoration : none;}

.header{
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #534F39;
	font-weight : bold;
}

.bottom{
	background-image: url(images/bottom_bg.gif);
}

.line{
	background-repeat : repeat-x;
	background-image : url(images/line.gif);
	height: 25px;
}

.creep{
	background-repeat : repeat-y;
	background-position : top;
	background-image : url(images/creep_bg.gif);
}

.UtxtBottom{
	font-family : Verdana,  Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #FFFFFF;
	font-weight : normal;	
}
.UtxtBottom a:link {color : #FFFFFF; text-decoration : underline;}
.UtxtBottom a:visited {color : #FFFFFF; text-decoration : underline;}
.UtxtBottom a:active {color : #FFFFFF ; text-decoration : underline;}
.UtxtBottom a:hover {color : #FFFFFF; text-decoration : none;}

.copyright{
	font-family : Verdana,  Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #544F39;
	font-weight : normal;	
}
.copyright a:link {color : #544F39; text-decoration : underline;}
.copyright a:visited {color : #544F39; text-decoration : underline;}
.copyright a:active {color : #544F39 ; text-decoration : underline;}
.copyright a:hover {color : #544F39; text-decoration : none;}

.spacer10{
	height: 10px;
}

.txtBox{
	border-top: 1px solid #BCAB8D;
	border-bottom: 1px solid #BCAB8D;
	border-left: 1px solid #BCAB8D;
	border-right: 1px solid #BCAB8D;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #515139;
}