*
{
font-family:Arial, sans-serif;
}

body
{
margin:20px;
background:url(/bg.jpg) repeat-x;
background-color:#545454;
color:#FFFFFF;
}

td
{
font-size:10pt;
}

.copy    { font: 12px/17px Arial, sans-serif; color: #000000; }

.subnav    { font: 11px/14px Arial, sans-serif; color: #FFFFFF; }

.tail    { font: 10px/10px Arial, sans-serif; color: #FFFFFF; }

.bold  { font-weight: bold; }

a.email:link 			{ text-decoration: none; color: #66471B; }
a.email:active		{ text-decoration: underline; color: #66471B; }
a.email:visited		{ text-decoration: none; color: #66471B; }
a.email:hover		{ text-decoration: underline; color: #66471B; }


a.left:link 			{ text-decoration: underline; color: #F1F1F1; }
a.left:active		{ text-decoration: underline; color: #FFFFFF; }
a.left:visited		{ text-decoration: underline; color: #EEEEEE; }
a.left:hover		{ text-decoration: underline; color: #FFFFFF; }

a
{
color:#66471B;
}

a:visited
{
color:#66471B;
}

a:active
{
color:#66471B;
}

a:hover
{
color:#000000;
}


a.left:link 			{ text-decoration: underline; color: #F1F1F1; }
a.left:active		{ text-decoration: underline; color: #FFFFFF; }
a.left:visited		{ text-decoration: underline; color: #EEEEEE; }
a.left:hover		{ text-decoration: underline; color: #FFFFFF; }


a.footer,a.footer:hover,a.footer:visited
{
color:#FFFFFF;
}

div.footer
{
background-color:#545454;
color:#FFFFFF;
}

div.footer > a
{
color:#FFFFFF;
}

.center
{
text-align:center;
}


.div_container
{
border:1px solid #CCCCCC;
padding:0px;
margin:0px;
}



.notify
{
border:1px solid #888888;
color:#222222;
background-color:#EEEEEE;
margin-bottom:3px;
}

.msg
{
padding:3px;
border:0px;
border-bottom: 1px solid #CCCCCC;
}

table.form
{
	border:1px solid #AAAAAA;
	border-collapse:collapse;
}

table.form * th
{
	border:1px solid #AAAAAA;
	border-right:0;
	border-left:0;
	font-weight:bold;
	font-size:10pt;
	padding:5px;
	text-align:left;
}

table.form * td
{
	border:1px solid #AAAAAA;
	border-right:0;
	border-left:0;
	padding:5px;
	line-height:2;
}


table.cal
{
	border:1px solid #AAAAAA;
	border-collapse:collapse;
}


table.cal * td
{
	border:1px solid #AAAAAA;
	padding:5px;
	line-height:2;
	font-size:8pt;
}

.table_title
{
font-size:12pt !important;
font-weight:bold;
background-color:#DDDDDD;
padding:2px;
}


.heading1
{
	font-size:12pt !important;
	font-weight:bold;
	background:#333333;
	color:#F7FCF6;
	padding:5px;
	border:1px solid #555555;
	margin-left:-1px;
}

.heading1 > a
{
color:#FFFFFF;
}

.heading1 > a:hover
{
color:#DDDDDD;
}


.heading2
{
	font-size:11pt !important;
	background:#E7E0D6;
	color:#333333;
	padding:10px;
	border:1px solid #CAB8A2;
	margin-left:-1px;
	margin-bottom:5px;
}

.heading2 > a
{
color:#333333;
}

.heading2 > a:hover
{
color:#A90000;
}

.heading3
{
	font-size:10pt !important;
	font-weight:bold;
	background:#CCCCCC;
	color:#000000;
	padding:5px;
	border:1px solid #BBBBBB;
	margin-left:-1px;
	margin-top:5px;
}


.heading4
{
font-size:12pt;
}

.rowalt
{
background-color:#DDDDDD;
}




.small
{
font-size:8pt;
}

input,textarea,select,option
{

font-size:8pt;

}

.pad10
{
padding:10px;
}

.pad5
{
padding:5px;
}

.padleft
{
padding-left:5px;
}

.margin10
{
margin:10px;
}

.bold
{
font-weight:bold;
}


ul.tabnav { /* general settings */
text-align: center; /* set to left, right or center */
margin: 5px; /* set margins as desired */
font: bold 11pt verdana, arial, sans-serif; /* set font as desired */
list-style-type: none;
padding: 2px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul.tabnav li { /* do not change */
display: inline;
}

body li.tab1 { /* settings for selected tab */
border-bottom: 1px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}

body li.tab1 a, body li.tab2 a, body li.tab3 a, body li.tab4 a { /* settings for selected tab link */
background-color: #ffffff; /* set selected tab background color as desired */
color: #000000; /* set selected tab link color as desired */
position: relative;
padding-top: 3px; /* must change with respect to padding (X) above and below */
}

ul.tabnav li a { /* settings for all tab links */
padding: 3px 6px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
/* set border COLOR as desired; usually matches border color specified in #tabnav */
border: 1px solid #ffffff; 
margin-right: 20px; /* set additional spacing between tabs as desired */
text-decoration: none;
}

ul.tabnav li.tab1 a {
background-color: #ffffff; /* set unselected tab background color as desired */
color: #007f17; /* set unselected tab link color as desired */
}


ul.tabnav li.tab1 a:hover { /* settings for hover effect */
background: #ffffff; /* set desired hover color */
border: 1px solid #007f17; 
color:#000000;
}

/* end css tabs */


