/* CSS Document */


a:link {	color: #003399; text-decoration: underline;}
a:active {	color: #003399;	text-decoration: underline;}
a:visited {	color: #003399;	text-decoration: underline;}
a:hover {	color: #534640;	text-decoration: none;}

.footerlink { color: #FFC1DC;}
.footerlink a:link {	color: #FFC1DC;	text-decoration: none;}
.footerlink a:active {	color: #FFFFFF;	text-decoration: none;}
.footerlink a:visited {	color: #FFC1DC;	text-decoration: none;}
.footerlink a:hover {	color: #FFFFFF;	text-decoration: underline;}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	background-color: #FFFFFF;
	background-image: url(../images/core/bg_re.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
table, ul {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #534640;
	line-height: 18px;
	list-style-type: square;
}
input, textarea {
	font-size: 12px;
	border: 1px solid #B9A997;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #534640;
	padding: 2;
	background-color: #FFFFFF;
}
.contentPadding {
	background-image: url(../images/core/bg_content.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 0px;
	padding-top: 30px;
}

p.hint 
{
	margin: -14px 0 10px 0;
		padding: 0;
}

.quote 
{
	margin-bottom: 10px;
	text-align: left;
	vertical-align: top;
}

		.quote th 
		{
			padding-bottom: 10px;
		}

		.quote td 
		{
			width: 220px;
		}
		
		.quote input.text
		{
			margin: 2px;
			padding: 2px;
			width: 220px;
		}
		
		.quote input.numerical 
		{
			margin: 2px;
			padding: 2px;
			width: 60px;
		}
		
		.quote input.size 
		{
			margin: 2px;
			padding: 2px;
			width: 100px;
		}
.watermark {
	background-image: url(../images/watermark.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}


.heading {
	font-size: 18px;
	color: #B90601;
}
.contact {
	font-size: 11px;
	text-align: center;
	border-top: 1px solid #DFD8D0;
	padding-top: 10px;
	margin-top: 25px;
}
.actionHeading {
	background-image: url(../images/core/action_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	height: 23px;
	padding-left: 15px;
	color: #CCCCCC;
	padding-top: 2px;
}
.actionText {
	background-color: #F8F3ED;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	font-size: 11px;
	padding-bottom: 5px;
	border-bottom: 15px solid #FFFFFF;
}
.textPadding {
	padding-left: 15px;
	padding-right: 35px;
}
.heading2 {
	font-size: 15px;
	color: #003399;
	font-weight: bold;
	background-color: #F1F8F5;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.heading3 {
	font-size: 13px;
	color: #B90601;
	font-weight: bold;
}
