/* CSS Document */
body {
	font-family: arial, helvetica, sans;
	font-size: 10pt;
}

td{
	font-family: arial, helvetica, sans;
	font-size: 10pt;
	vertical-align: top;
}

.main {
	font-size: 10pt;
}


.boldmain {
	font-weight: bold;
	font-size: 10pt;
}

h1 {
	font-size: 18pt;
	font-weight: bold;
	color: #630;
	font-family: georgia, times new roman, times, serif;
}

h2 {
	font-size: 14pt;
	font-weight: bold;
	color: #630;
	font-family: georgia, times new roman, times, serif;
}

.pageheaders{
	font-size: 14pt;
	font-weight: bold;
	color: #630;
	font-family: georgia, times new roman, times, serif;
}

.small{
	font-size: 8pt;
}

.lgbold{
	font-size: 14pt;
	font-weight: bold;
}

.box1 {
	padding: 3px;
	border-width: medium;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border: 1px solid;
}

#style2 a {
	width: 105px;
	border: black solid 1px;
	display: block;
	padding-left: 1px;
	color: white;
	background-color: #8B4513;
	font-weight: bold;
	font-size: 8pt;
	margin-left: 1px;
	text-decoration: none; 
}

#style2 a:hover{
	color: Yellow;
	background-color: #DAA520;
	text-decoration: none; 
}
#style1 a { 
width: 120px; 
border: black solid 1px; 
display: block; 
padding-left: 5px;
}

#style1 a { 
color: white; 
text-decoration: none; 
font-weight: bold; 
background-color: #8B4513; }

#style1 a:hover { 
color: #FAEBD7; 
text-decoration: none; 
color: #fc0;
background-color: #A0522D;
 }
 
 #style3 a {
 	display: block;
	background-color: #DAA520;
	border: black 1px solid;
	padding: 2px;
	color: #50290B;
	text-decoration:  none;
	font-weight: bold;
	text-align: center;
	width: 250px;
 }
 
 #style3 a:hover{
 	background-color: #50290b;
	color: #daa520;
 }