body
{
	margin: 0;
	background-color: #420101;
	background-image: URL(images/RTSmallBack.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	text-align: center;
	font-size: 11px;
}
p,td
{
	padding-left: 20px;
	padding-right: 22px;
	font-size: 12px;
	text-align: justify;
	color: white;
}

a
{
	color: white;
	text-decoration: none;
}

HR
{
	color: #a3b9c4;
}

a:hover
{
	color: yellow;
	text-decoration: underline;
}

.menu
{
	background-image: URL(images/RTSmallTop.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, Tahoma, Verdana;
	color: white;
	text-align: right;
	width: 770px;
	padding: 3px;
	padding-bottom: 410px;
	font-weight: bold;
}


.content
{
	font-family: Arial, Helvetica, Tahoma, Verdana;
	color: black;
	text-align: left;
	width: 769px;
	position: relative;
	top: -240px;
	padding: 0px;
}

.content .leftside
{
	float: left;
	color: white;
	
	padding-top: 30px;
	width: 225px;
	font-weight: bold;
}

.content .leftside .inner
{
	padding: 8px;
	padding-top: 0;
	text-align: center;
	font-size: 9px;
}

.content .leftside .inner img
{
	border: 1px solid white;
	border-bottom-color: black;
	border-right-color: black;
	width: 174px;
}

.content .rightside
{
	float: right;
	color: white;
}

.content .rightside .inner
{
	
	padding: 2px;
	text-align: center;
	padding-top:2px;
	width: 124px;
}

.content .rightside .inner img
{
	width: 116px;
}



.content .bodycopy
{
	padding: 15px;
}

.content .bodycopy .inner
{
	padding-left: 200px;
	padding-right: 95px;
	color: white;
}

h2
{
	background-image: URL(images/gradient.jpg);
	background-repeat: repeat-y;
	padding: 2px;
	padding-bottom: 0;
	color: white;
	text-align: left;
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	margin-left: 20px;
	margin-right: 20px;
	position: relative;
	top: -5px;
}

h3
{
	background-image: URL(images/gradient.jpg);
	background-repeat: repeat-y;
	padding: 2px;
	padding-bottom: 0;
	color: white;
	text-align: left;
	margin: 0;
	font-weight: normal;
}

.innerblock
{
	left: 6px;
	border: 1px solid #a3b9c4;
	background-color: #344883;
	margin: 20px;
	width: 380px;
	padding: 8px;
	z-index: 1;
	vertical-align: top;
}
.innerblock2
{
	border: 1px solid #74859F;
	z-index: 2;
}
.innerblock3
{
	border: 1px solid #566398;
	z-index: 3;
}
.innerblock4
{
	border: 1px solid #355190;
	margin: 0;
	z-index: 4;
}
.flash
{
	border: 1px solid black;
	border-top-color: white;
	border-left-color: white;
	width: 174px;
}

.faqonspot
	{
		margin: 5px;
		padding: 5px;
		font-size: 10px;
		vertical-align: baseline;
		text-align: center;
		color: Yellow;
		background-color: #344883;
		border: 1px solid #a3b9c4;
	}
.faqonspot a,a:hover
	{
		text-decoration: none;
	}

.faqonspot:hover
	{
		color: yellow;
	}
	
h4
	{
		font-size: 12px;
		border: 1px solid #a3b9c4;
		border-bottom-color: #112047;
		border-right-color: #112047;
		padding: 3px;
		background-color: #4D639D;
		color: white;
	}

.GoButton
	{
		font-size: 16px;
		font-weight: bold;
		border: 2px solid #a3b9c4;
		border-bottom-color: #112047;
		border-right-color: #112047;
		padding: 3px;
		cursor: pointer;
		background-color: #344883;
		color: white;
	}
	
form
	{
		background-color: #4D639D;
		border: 1px solid #a3b9c4;
		padding: 5px;
	}
	
.error
	{
		background-color: white;
		background-image: url(images/Plz_Note.jpg);
		background-position: top center;
		background-repeat: no-repeat;
		border: 2px solid red;
		color: black;
		font-size: 11px;
		font-weight: bold;
		padding: 5px;
		padding-top:20px;
		margin: 0;
	}
