.corner {
	background-image: url(corner.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
.flashBackground {
	background-image: url(backgroundImage.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #EA9A21;
}
.title {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}
.content {
	padding-right: 20px;
	padding-left: 26px;
}
a:link {
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	color: #F6BB59;
}
a:visited {
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	color: #F6BB59;
}
a:hover {
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	color: #F6BB59;
}
body {
	
height: 100%;
width: 100%;
margin: 0;
	padding: 0px;
}
.whiteborder {
	border: 3px solid #FFFFFF;
}
html {
	height: 100%;
	width: 100%;
}
.orangeboarder {
	border: 6px solid #EA9A00;
}
