* {
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 12px;
	color		: #666;
	line-height	: normal;
	text-align	: left;
	/* Solve all padding & margin problems */
	padding		: 0;
	margin		: 0;
	border-collapse	: collapse; }

table td {
	padding		: 3px;
	vertical-align	: top; }

table a {
	text-decoration	: none; }

table a:hover {
	border-bottom	: 1px dotted; }

body {
	margin		: 0;
	left		: 60px; }


/* HEADER */
#mainHeader {
	margin		: 0;
	padding		: 0;
	position	: relative;
	height		: 65px;
	width		: 100%;
	padding-bottom	: 7px;
	border-bottom	: 3px solid #0083BF;
	left		: 0px;
	top		: -2px; }
	
#mainHeaderLogo {
	position	: absolute;
	top		: 6px;
	left		: 0; }

#mainHeaderProductLogo {
	float		: right;
	margin-right	: 15px; }

#mainHeaderLine {
	height		: 15px;
	margin		: 0;
	padding		: 0;
	padding-left	: 186px;
	padding-top	: 6px;
	padding-bottom	: 3px;
	background-color: #039;
	border-bottom	: 1px solid #999;
	font-size	: 11px; }


/* MAINCONTENT */
#mainContent {
	padding-left	: 30px;
	padding-right	: 30px;
	padding-bottom	: 30px; }

.links {
	font-size	: 12px;
	color		: #666;
	text-align	: center;
	margin-top	: 0; }

.links a {
	text-decoration	: none; }

.links:hover,.inlineLink:hover {
	border-bottom	: 1px dotted;
	font-size	: 12px; }


/* lists */
ul {
	margin		: 8px;
	margin-top	: 0; }

ul li {
	list-style-type	: square;
	margin-left	: 18px;
	margin-top	: 4px;
	margin-bottom	: 4px; }

ul li a sup {
	font-size	: 10px; }

ul li p {
	margin-bottom	: 0; }



/* links */
a {
	color: #4071ae;
	text-decoration	: none; }

a:hover {
	border-bottom	: 1px dotted; }

h1 {
	font-size	: 12px;
	font-weight	: bold;
	margin-top      : 12px;
	margin-bottom	: 6px;
	text-transform	: uppercase; }

h2 {
	font-size	: 12px;
	font-weight	: bold;
	margin-top      : 12px;
	margin-bottom	: 6px; }

h3 {
	font-size	: 12px;
	font-weight	: bold;
	margin-top      : 12px;
	margin-bottom	: 3px; }

h4 {
	font-size	: 12px;
	font-weight	: bold;
	font-style	: italic;
	margin-top      : 12px;
	margin-bottom	: 3px; }

h5 {
	font-size	: 12px;
	text-align	: center;
	margin-bottom	: 3px;
	margin-top      : 10px; }

.tip {
	color		: #bc1270;
	font-size	: 12px; }

.button {
	font-size	: 11px;
	color		: #999999;
	font-weight: bold;
}

.butblue {
	font-size	: 12px;
	color		: #00f; }

.bluhead {
	font-size	: 12px;
	font-weight	: normal;
	color		: #0066FF; }

.tabletext {
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 12px;
	color		: #666; }

.label {
	font-weight	: bold; }

#searchButton,#resetButton {
	border		: 0;
	height		: 20px;
	width		: 59px;
	background	: #bc1270;
	text-align	: center;
	line-height	: 20px;
	color		: #fffeff;
	font-size	: 11px;
	font-weight	: bold;
	text-decoration	: none;	}

#searchButton {
	margin-left	: 225px; }

#resetButton {
	margin-left	: 10px; }
