body { 
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
}

img { border:0px; }

.body_text { color: #333333; padding-right:15px; padding-left:15px; padding-bottom:10px; }

	.body_text a:link{ color: #ff3300; text-decoration: none; }
	.body_text a:hover{ color: #ff3300; text-decoration: underline; }				
	.body_text a:visited{ color: #ff3300; text-decoration: none; }				
	.body_text a:visited:hover{ color: #ff3300; text-decoration: underline; }

.footer_text { font-size: 9px; color: #999999; padding-right:15px; padding-left:15px; }

	.footer_text a:link{ color: #666666; text-decoration: none; }
	.footer_text a:hover{ color: #666666; text-decoration: underline; }				
	.footer_text a:visited{ color: #666666; text-decoration: none; }				
	.footer_text a:visited:hover{ color: #666666; text-decoration: underline; }

.heading_text { font-size: 12px; font-weight: bold; color: #ff3300; padding-bottom:10px; }

.breadcrumb_text { color: #0060b6; padding-bottom:26px; }

	.breadcrumb_text a:link{ color: #0060b6; text-decoration: none; }
	.breadcrumb_text a:hover{ color: #0060b6; text-decoration: underline; }				
	.breadcrumb_text a:visited{ color: #0060b6; text-decoration: none; }				
	.breadcrumb_text a:visited:hover{ color: #0060b6; text-decoration: underline; }

.column_header_text { font-weight: bold; color: #ff3300; padding-bottom:8px; }
	
.side_columns { padding-right:10px; padding-left:10px; padding-bottom:10px; }

.column_text { color: #333333; padding-bottom:3px; padding-top:3px; }

	.column_text a:link{ color: #333333; text-decoration: none; }
	.column_text a:hover{ color: #ff3300; text-decoration: none; }				
	.column_text a:visited{ color: #333333; text-decoration: none; }				
	.column_text a:visited:hover{ color: #ff3300; text-decoration: none; }
	
.subnav_text { color: #333333; padding-bottom:3px; padding-top:3px; }

	.subnav_text a:link{ color: #333333; text-decoration: none; }
	.subnav_text a:hover{ color: #ff3300; text-decoration: none; }				
	.subnav_text a:visited{ color: #333333; text-decoration: none; }				
	.subnav_text a:visited:hover{ color: #ff3300; text-decoration: none; }

form { margin: 0px;	padding: 0px; }

html>body .searchInputField{ width:115px; margin-top:0px; }

.searchInputField{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px; 
	color: #666666; 
	height:14px; 
	width:115px; 
	vertical-align:top; 
	padding-left:4px;
	border-width:1px;
	border-color:#ff3300;
	border-style:solid;
	margin-top:-1px;
	background-color: #fde9cc;
}

html>body .signupInputField{ width:144px; }

.signupInputField{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px; 
	color: #666666; 
	height:14px; 
	width:144px; 
	vertical-align:top; 
	padding-left:4px;
	border-width:1px;
	border-color:#ff3300;
	border-style:solid;
	background-color: #fde9cc;
	margin-bottom:3px;
}

html>body .loginButton{

	width:150px;

}

.loginButton{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	width:151px;
	vertical-align:middle;
	border-width:1px;
	border-color:#ff7235;
	border-style:solid;
	background-color:#ff3300;
	cursor:pointer;
}