body {
	background-color: #FFFFFF;
}
	
H1, H2 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #000000;
}

H1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 19px;
}

H2 {
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
}

div, p, span {
	margin: 0px;
	padding: 0px;
}

/*
div.line {
	margin: 0px 0px 18px 0px;
	padding: 0px;
}
div.line-indent {
	margin: 0px 0px 18px 0px;
	padding: 0px 0px 0px 13px;
}

*/


/* ============= BASIC LINKS ============= */

a {
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #0033CC;
}

a:link {
	color: #0033CC;
}
a:active {
	color: #0033CC;
}
a:visited {
	color: #0033CC;
}
a:hover {
	color: #CC3300;
	background-color: transparent;
}

/* ============= TOPIC LINKS ============= */

a.topic {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;

	margin: 0px;
	padding: 0px;
	text-align: left;
}

a.topic:link {
	color: #0033CC;

}
a.topic:active {
	color: #0033CC;
}
a.topic:visited {
	color: #0033CC;
}
a.topic:hover {
	color: #CC3300;
	background-color: transparent;
}

/* ============= STRONGTOPIC LINKS ============= */

a.strongtopic {
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

a.strongtopic:link {
	color: #0033CC;

}
a.strongtopic:active {
	color: #0033CC;
}
a.strongtopic:visited {
	color: #0033CC;
}
a.strongtopic:hover {
	color: #CC3300;
	background-color: transparent;
}

button.redbutton, input.redbutton {
	font-family: arial;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	color: #FFFFFF;
	background-color: #C83200;
	border-width: 2px;
	border-style: solid;
	border-color: #FF7B4F #962600 #962600 #FF7B4F;
	width: 170px;
	height: 25px;
	cursor: pointer;
}

/* ============= BASIC ============= */
/*
div.error {
	background-color: #DFEFFF;
	border: solid 1px #CCCCCC;
	margin-bottom: 15px;
	margin-top: 20px;
	padding: 0px 10px 0px 10px;
}
*/

div.error {
	background-color: #FEFCEA;
	border: solid 1px #FFFE9B;
	margin-bottom: 15px;
	margin-top: 20px;
	padding: 0px 10px 0px 10px;
}

span.maskline {
	background-color: white;
	color: #000000;
	font-family: arial;
	padding-left: 7px;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
}

img.greyline {
	margin: 5px 0px 5px 0px;
	padding: 0px;
}

img.thumb {
	margin: 2px 10px 5px 0px;
	float: left;
}

.main {
	color: #003366;
}
.topic {
	color: #0033CC;
}
.warmbold {
	color: #B9472A;
}
.hot, .hotbody, .hotbold, .smallhot {
	color: #CC3300;
}
.cold, .coldbody {
	color: #003399;
}

.body, .boldbody, .smallbody, .largebody, .largestbody {
	color: #000000;
}
.morebody {
	color: #333333;
}

.body, .boldbody, .coldbody, .morebody, .warmbold, .hotbody, .hotbold, .smallhot, .smallbody, .largebody, .largestbody {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

.body, .coldbody, .morebody, .hotbody {
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
}
.boldbody, .hotbold, .warmbold {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
}
.smallhot, .smallbody {
 	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
}

.largebody {
	font-size: 14px;
	font-weight: normal;
	line-height: 17px;
}

.largestbody {
	font-size: 16px;
	font-weight: normal;
	line-height: 19px;
}

.sub {
	color: #003366;
}

span.header {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
}

p.header {
	color: #000000;
	font-family: arial;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
}

/*
br {
	line-height: 5px;
	font-size: 5px;
}*/
br {
	line-height: inherit;
	font-size: inherit;
}

button.smallredbutton, input.smallredbutton {
	font-family: arial;
	letter-spacing: 0px;
	font-weight: normal;
	font-size: 10px;
	line-height: 12px;
	color: #FFFFFF;
	background-color: #C83200;
	border-width: 2px;
	border-style: solid;
	border-color: #FF7B4F #962600 #962600 #FF7B4F;
	width: 170px;
	height: 20px;
	cursor: pointer;
}
