/*
 * radcomm.css
 * Author: Ambrow Limited
 */

/*OVERALL PAGE FORMATTING STYLES*/
body
{
	margin: 0px;
}

a
{
	color: #006CB4;
	text-decoration:none;
}

a:hover
{
	color: #0000CC;
	text-decoration: none;
}

/*SITE SPECIFIC PAGE FORMATTING STYLES*/
/*sets the height of the main layout table*/
.mainTable
{
	height: 100%;
}

/*top menu fotmatting on mouse off*/
.menuTop a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}

/*top menu fotmatting on mouse on*/
.menuTop a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

/*index menu fotmatting on mouse off*/
.menuIndex a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #006CB4;
}

/*index menu fotmatting on mouse on*/
.menuIndex a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #0000CC;
}

/*layout of the table which contains the title graphic*/
.titleLayout
{
	padding-left: 20px;

	background-position:top right;
	background-repeat:no-repeat;
}

/*sets the magins for the content area and the alignment of the background image*/
.contentLayout
{
	padding-bottom: 10px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	
	background-position: bottom left;
	background-repeat: no-repeat;
}

/*STANDARD PAGE FORMATTING STYLES*/
.headerText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	font-style: normal;
}

.generalText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

.footerText
{
	background-position: bottom left;
	background-repeat: no-repeat;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;	
}	