body			{ 
	background-color: #000000;
	margin-left: 10px;
	margin-right: 10px;
	font-family : verdana, arial, helvetica, sans-serif;
}

a {
	text-decoration:none;
	color:#EE2124;
}

a:hover 			{
	text-decoration:underline;
}

img {
	 border-style: solid;
	 border-width: 0px;
}


td {
	border-style: solid;
	border-width: 0px;
	border-color: #EB9E79;
}

.caption			{
	font-size: 7pt;
	font-style: italic;
}

.cornerul			{
	width: 25px;
	height: 25px;
	background-position: top left;
}
.cornerur			{
	width: 25px;
	height: 25px;
	background-position: top right;
}
.cornerll			{
	width: 25px;
	height: 10px;
	background-position: bottom left;
}
.cornerlr			{
	width: 25px;
	height: 10px;
	background-position: bottom right;
}
.content			{
	position: relative;
	background-color: #ededed;
	border-left-width: 2px;
	border-right-width: 2px;
	padding: 5px;
	padding-bottom: 0px;
	text-align: left;
}

.dropshadow			{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	z-index:0;
}

.shadowed			{
	position: absolute;
	z-index: 1;
}

.tab				{
	color: #ffffff;
	font-weight: bold;
}

#main				{
	width: 760px;
	text-align: center;
}
