/*
	this style sheet contains elements that work fine on all major browsers
	browser specific settings for some elements are in are in style_XXXXX.css
*/


/* link colors */ 
a
{ 
	font-family        : arial,helvetica,sans-serif;
	color              : #333399;
}

a.navlink          
{ 
	font-family        : arial,helvetica,sans-serif;
	font-size          : 11px;
	text-decoration    : none;
	color : #ffffff;
	letter-spacing : 1px;
}

a.navlink:hover
{
	text-decoration: underline;
/*	color : #ffffff;*/
}

.smallertext
{
	font-family        : arial,helvetica,sans-serif;
	font-size          : 12px;
    text-decoration    : none;

}

a.smalllink
{
	font-family        : arial,helvetica,sans-serif;
	font-size          : 11px;
    text-decoration    : none;
	letter-spacing : 2px;	

}

a.smalllink:hover
{
	text-decoration: underline;
}

/* copy styles */ 
td
{ 
	font-family        : arial,helvetica,sans-serif;
/*	font-size          : 12px;
	line-height        : 22px;
	letter-spacing     : 1px;*/
	color              : #000000;
}

.smallcopy
{ 
	font-family        : arial,helvetica,sans-serif;
	font-size          : 10px;
	line-height        : 12px;
	color              : #000000;
}

.smallcopy_white
{ 
	font-family        : arial,helvetica,sans-serif;
	font-size          : 10px;
	line-height        : 12px;
	color              : #ffffff;
}

.altcopy
{
	font-family        : arial,helvetica,sans-serif;
	color              : #D6CCB1;
}

.altcopy_brown
{
	font-family        : arial,helvetica,sans-serif;
	color              : #836514;
}

.title					
{
	font-family        : arial,helvetica,sans-serif;
	color              : #03a05a;
}

.Required
{
	color: Red;
}

P LABEL
{
	display: inline-block;
	width: 175px;
	float: left;
}

.pagetitle, h1
{
	font-family: "ITC Garamond","Times New Roman","Times";
	font-size : 20px;
	font-weight: bold;
	color: #000000;
}

.hilight
{
	color: red;
	font-weight: bold;
}

.notice
{
	color: red;
	font-size: 14px;
	letter-spacing: 20%;
	font-weight: bold;
}


.copyright		
{ 
	font-family        : arial,helvetica,sans-serif;
	font-size          : 10px;
	color              : gray;
}

table.maincontent
{
	border : 1px solid #836514;
	padding: 8 8 8 8;
	width: 100%;
}



.titlebar
{
	background-color: #836514;
	color: #ffffff;
	font-size: 14px;
/*	letter-spacing: 20%;*/
	font-weight: bold;
/*	vertical-align: middle;*/
/*	padding: 0;
	spacing: 0;*/
	border-color: white white white white;
	border: 1px 1px 1px 1px;
	border-style: solid;	
}


li
{
	list-style-type : disc;
}

thefont
{
	color: #000000;
	font-size: 12px;
	font-family: system;

}

table.visible {
	border-color: white white white white;
	border: 1px 1px 1px 1px;
	border-style: solid;
}

td.visible {
	border-color: white white white white;
	border: 1px 1px 1px 1px;
	border-style: solid;
}

