
			BODY, td, table, a{
				font-family:				arial, helvetica, geneva;
				font-size:					8pt;
			}
			BODY{
				background-color:			#274C89;
				font-family:				arial, helvetica, geneva;
				font-size:					8pt;
				background:					url(/images/background.gif);
			}
			#LayoutTable{
				background-color:			white;
				width:						750px;
				border-width:				1px;
				border-style:				solid;
				border-color:				black;
			}
			#addressBar{
				font-family:				arial,helvetica,geneva;
				color:						white;
				font-size:					12px;
				font-weight:				bold;
				text-align:					center;
				background-color:			#141d62;
				padding:					3px;
				margin-bottom:				2px;
			}

			a.MenuItem{
				color:						white;
				text-decoration:			none;
				font-weight:				bold;
			}

			a.MenuItem:HOVER{
				text-decoration:			underline;
			}
			
			div.MenuBar, div.Selected{
				background-color:			#141d62;
				padding:					5px;
			}

			a.MenuItem:HOVER div.MenuBar{
				border-width:				1px;
				border-color:				black;
				border-style:				solid;
				background-color:			#91749c;	
				padding:					4px;
			}

			div.Selected{
				background-color:			#91749c;
			}

			td.leftPoints{
				text-decoration: italic;
				color: white;
				font-weight: bold;
			}			

			table.RTC_Table {
				
				padding: 2px;
				border-color: black;
				border-width:	1px;
				border-style: solid;
				background-color: #d4a343;
				margin:			5px;
				
			}

			table.RTC_Table td{
				font-size:		10pt;
				font-weight:	bold;
			}

			#username, #password, #submit, .smallForms{
				size:			8pt;
				font-size:		8pt;
			}
			span.warning{
				size:			10pt;
				color:			red;
				font-weight:	bold;
			}
			div.UseSpecialty{
				margin:					10px;
				border-style:			solid;
				border-color:			#DADADA;
				border-bottom-width:	0px;
				border-top-width:		0px;
				border-left-width:		0px;
				border-right-width:		0px;
			}
			div.ServiceText, div.NextPageLink, div.ContactBoxes{
				border-width: 1px; 
				border-color: #EFCBA0; 
				border-style: solid; 
				padding: 5px; 
				margin: 5px; 
				font-size: 10pt;
				clear:	both; 
			}
			img.ServiceHeader{
				margin: 5px;
			}
			div.NextPageLink{
				font-size:	8pt;
				clear:		both;
			}
			a.pageNav{
				margin-left:		50px;
				margin-right:		50px;
			}
			a.pageNav:HOVER{
				padding:			4px;
				background-color:	#ECD1EF;
				border-color:		black;
				border-width:		1px;
				border-style:		solid;
				margin-left:		45px;
				margin-right:		45px;
			}

			a.Contact{
				color:						black;
				text-decoration:			none;
			}
			
			a.Contact:HOVER{
				text-decoration:			underline;
			}

			a.Contact:HOVER div.contactItem{
				background-color:			#EAEAEA;
			}

			div.LeftContactBox, div.RightContactBox{
				border-color:		black;
				border-width:		1px;
				border-style:		solid; 
				width:				195px;
				padding:			5px;
			}
			div.LeftContactBox{
				float:				left;
				width:				320px
			}
			div.RightContactBox{
				float:				right; 
				margin-right:		9px;
				font-weight:		bold;
			}

			div.ContactTitle{
				background-color:	#141d62; 
				font-weight:		bold; 
				color:				white; 
				padding:			2px;
				width:				300px;
			}

			div.ContactItem{
				background-color:	WHITE;
				padding:			5px;
				margin:				5px;
				width:				300px;
			}

			ul, #boxedList{
				list-style-image:	url(/images/bullet.gif);				
			}

			#boxedList{
				background-color:	#BDBDBD;
			}

			li{
				padding:			4px;
				font-weight:		bold;
			}
			div.formDesc{
				background-color:		#BDBDBD;
				width:					150px;
				border:					1px solid black;
				float:					left;
				clear:					both;
				padding:				2px;
				margin-right:			5px;
			}
			span.formDesc{
				font-size:				8pt;
				font-weight:			bold;
			}
			div.formField{
				float:					none;
			}
			.formInput{
				font-size:				10pt;
			}
			div.warning{
				color:					red;
				font-weight:			bold;
			}
			h1{
				font-size:				18pt;
				background-color:		#91749c;
				padding:				5px;
				padding-left:			10px;
			}