/******* hyperlink and anchor tag styles *******/

a:link{
	color: #e4e2da;
	text-decoration: none;
}

a:visited{
	color: #000000;
	text-decoration: none;
}

a:hover{
	color: #e4e2da;
	text-decoration: underline;
}

/******* Headings, Paragraphs, Tables and TD *******/	
h1 {
	font-family:verdana;
	font-size:18px;
	color: #38362c;
}
h2 {
	font-family:verdana;
	font-size:16px;
	color: #38362c;
	text-decoration: none;
}
h3 {
	font-family:verdana;
	font-size:14px;
	color: #ab946a;
}
h4 {
	font-family:verdana;
	font-size:12px;
	color: #ab946a;
}
p {
	font-family:verdana;
	font-size:11px;
	color: #5a584c;
	line-height:12px;
}
td {
	text-align: left;
	font-family:verdana;
	font-size:11px;
	color: #38362c;
	line-height:12px;
}

li {
	font-family:verdana;
	font-size:11px;
	color: #38362c;
	line-height:12px;
}

/******* Classes *******/
.h2centerlinks {
	font-family:verdana;
	font-size:16px;
	color: #38362c;
	font-weight:bold;
	text-decoration: none;
	text-align:center;
}
.h4style {
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
	color: #ab946a;
}
.footer {
	font-family:verdana;
	font-size:10px;
	color:#e4e2da;
	line-height:12px;
	text-align:center;
}
.header {
	font-family:verdana;
	font-size:10px;
	font-weight:bold
	color:#e4e2da;
	line-height:12px;
}
.date {
	font-family:verdana;
	font-size:10px;
	color:#e4e2da;
	line-height:11px;
	text-align:center;
}
.header_left {
	font-family:verdana;
	font-size:10px;
	font-weight:bold;
	color:#e4e2da;
	line-height:12px;
	text-align:left;
}
.header_right {
	font-family:verdana;
	font-size:10px;
	font-weight:bold;
	color:#e4e2da;
	line-height:12px;
	text-align:right;
}
.header_login {
	font-family:verdana;
	font-size:10px;
	color:#e4e2da;
	line-height:12px;
	text-align:right;
}
.gray {color:#5E5E5E; text-decoration:none}
.blue {color:#000000; text-decoration:none}

.small {font-size:10px}
.large {
	font-size:12px;
	line-height:14px;
}
.big {font-size:14px}
.underline {text-decoration:underline}
.uppercase {text-transform:uppercase}

.sub_form { width:199px;
		height:19px;
		font-family:verdana;
		font-size:11px;
		border-style:;
		border-width:;
		border-color:#;
		background-color:#;
		color:#5E5E5E;
		margin-left:0px;
		margin-right:0px}
		
.form {	font-family:verdana;
		font-size:10px;
		border-style:solid;
		border-width:1px;
		border-color:#D8D8D8;
		background-color:#E8E8E8;
		color:#5E5E5E;
		margin-left:0px;
		margin-right:0px}
		
.textarea { font-family:verdana;
		font-size:12px;
		border-style:solid;
		border-width:1px;
		border-color:#D8D8D8;
		background-color:#E8E8E8;
		color:#5E5E5E;
		overflow:hidden;
		margin-left:0px;
		margin-right:0px}