.content1 {
	border: none;
	padding: 10px;
}

div.option a{
	font-family: Arial, sans-serif;
	font-size: 65%;	
	padding: 5px;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: black;
	display: block;
	letter-spacing: 0.1em;
	border-top: solid 1px #AAA;
	border-left: solid 1px #888;
	border-bottom: solid 1px #888;
	border-right: solid 1px #888;
}
div.option	a:link, a:visited{
	color: #444;
	background-color: #fff;
}
div.option a:hover{
	color: #fff;
	background-color: #001A65;
}

.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #525252;
	line-height:15px;
}

.text2 {
	text-decoration: none;
	text-shadow: black;
	letter-spacing: 0.1em;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #001A65;
	line-height:24px;
	font-weight: bolder;
}

.text3 {
	text-decoration: none;
	text-shadow: black;
	letter-spacing: 0.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bolder;
}

.text4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height:15px;
}

.text5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #525252;
	line-height:18px;
}

.yesBorder{
	border:solid;
	border-width: thin;
	border-color: #FFFFFF;
}

.noBorder{
	border:none;
}

.searchBox{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.copy{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style:italic;
}

.bg1
{
	background-color: #EDEDED;
	background-repeat:no-repeat;
}
.bg2
{
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
}

