

body {
	font-family:Arial, Helvetica, sans-serif;
	top: 0;
	width: 300px;
	background: #FFFFFF;
	margin: 0px;
}



.form_label {
	padding: 3px;
	width: 100px;
	font-size: 10px;
}

.form_label_required {
	padding: 3px;
	width: 100px;
	color: #CC0000;
	font-weight: bold;
	font-size: 7px;
}

.form_input {
	padding: 3px;
}

table.form { 
     margin-left: 40px; 
} 
 
table.form td { 
     font-size: 9px; 
     padding: 2px; 
} 

table.login_box td {
	font-size: 9px;
}

table td.title {
	font-size: 10px;
	color: #1C5B7C;
	font-weight: bold;
/*	letter-spacing: 3px;*/
	width: 550px;
	padding-bottom: 8px;
}

.main_image {
	width: 300px;
	height: 50px;
	position:absolute;
	background-image: url(/mobile/images/FC-logo-on-blue.jpg);
	background-repeat: no-repeat;
}

.orange_bar {
	width: 300px;
	height: 22px;
	margin-top: 52px;
	background-image: url(/images/dot_orange0.gif);
}

.graybar {
	width: 300px;
	height:22px;
	margin-top:52px;
	background-image: url(/mobile/images/fc_dot.png);
}

p.graybar {
	font-size: 9px;
	color: #ffffff;
	text-align:center;
	padding-top: 6px;
}

#main_container {
	width: 225px;
	padding-top: 0px;
	padding-bottom: 0px;
	/*margin-right: auto;*/
	margin-left: 5px;
	text-align: left;
	height: auto;
/*	min-height: 60px;*/
	line-height: 100%;
	color:#000000;
}

.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
}

.navigation ul {
	margin: 2px;
	padding: 0;
	margin-top: -18px;
}

.navigation li {
	display: inline;
}

.navigation a:link, #navigation a:visited { 
	margin-right: 0px; 
	margin-left: 0px;
	padding-left: 1px;
	padding-right: 1px;
	color: #FFFFFF;
	background-color: #DE7B00;
	text-decoration: none;
	text-transform: uppercase;
	border-top: 0px solid #E3EAF2;
	border-left: 0px solid #E3EAF2;
	border-bottom: 1px solid #DE7B00;
	border-right: 1px solid #DE7B00;
}

.navigation a:hover {
	border-top: 0px solid #717171;
	border-left: 0px solid #717171;
	border-bottom: 1px solid #E3EAF2;
	border-right: 1px solid #DE7B00; 
/*	color: #BBBBBB;*/
}

h1, h3  {
	text-transform: uppercase;
	color: #000000;
	font-size: 12px;
	padding: 0px;
}

h1.homepage {
	text-transform: none;
}

h2 {
	font-size: 14px;
	margin-bottom: 0px;
	color: #000000;
}

h4 {
	font-size: 12px;
	margin-bottom: 0px;
	color: #000000;

}
h5 {
	font-size: 10px;
	margin-bottom: 0px;
	color: #000000;
	font-weight: bold;
}
/**
p.navlinks a:link, p.navlinks a:visited, p.navlinks a:active {
	color: #000000;
}

p.navlinks a:hover {
 	border-bottom: 1px solid #DE7B00;
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
}
**/

p, li {
	font-size: 11px;
}

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

a:hover {
	color: #DE7B00;
	text-decoration: underline;
}

.question {
	background-image: url(/mobile/images/question.gif);
	background-repeat: no-repeat;
	padding-left: 21px;
	color: #2868ba;
}

.answer {
	background-image: url(/mobile/images/answer.gif);
	background-repeat: no-repeat;
	padding-left: 21px;
}

.catalog_price {
	color: #FF0000;
	font-size: 8pt;
}
