/******************************************************************/
/* GENERAL */

body,p,td,li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
body {
	/*background-image: url(images/bg_fade_body_top.jpg);
	background-repeat: repeat-x;
	background-position: top;*/
	height: 100%;
}
hr {
	clear: both;
	display: none;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 45px;
	color: #070767;
	font-weight: 400;
	line-height: 45px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	color: #070767;
	font-weight: 400;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #070767;
	font-weight: 800;
}
.warnings {
	font-weight: bold;
	color: #FF0000;
}
/******************************************************************/
/* LINKS */
a:link, a:visited {
	color: #000066;
	text-decoration: underline;
}
a:active, a:hover {
	color: #000066;
	text-decoration: none;
}

a.linkMenu:link, a.linkMenu:visited {
	color: #000066;
	text-decoration: none;
	margin-right: 15px;
	font-size: 13px;
}
a.linkMenu:active, a.linkMenu:hover {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 15px;
	font-size: 13px;
}

a.linkMenuActive:link, a.linkMenuActive:visited {
	color: #000066;
	text-decoration: none;
	margin-right: 15px;
	font-size: 13px;
	font-weight: bold;
}
a.linkMenuActive:active, a.linkMenuActive:hover {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 15px;
	font-size: 13px;
	font-weight: bold;
}
.linkMenuNotActive {
	color: #9D7FFF;
	text-decoration: none;
	margin-right: 15px;
	font-size: 13px;
}
/******************************************************************/
/* DIVS */

.dContainer {
	width: 703px;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #CCCCCC;
	background-color: #FFFFFF;
	margin: 0px 0px 10px 0px;
}
.dHeader {
	height: 39px;
	width: 100%;
	margin-top: 10px;
	background-image: url(images/bg_blue_fade.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

.dButtons {
	width: 109px;
}

.dWaistHome {
	background-color: #D5D5E9;
	height: 172px;
	margin-top: 10px;
	color: #333333;
	overflow: hidden;
}

.dWaistHomeTxt {
	padding: 10px 0px 0px 110px;
	width: 290px;
	line-height: 20px;
	height: 172px;
	vertical-align: middle;
}

.dWaistText {
	padding: 10px 0px 0px 110px;
	vertical-align: middle;

}

.dWaist {
	background-color: #D5D5E9;
	margin-top: 10px;
	height: 95px;
}

.dHomeTxt {
	padding: 0px 0px 0px 0px;
	width: 290px;
	line-height: 20px;
}

.dTxt {
	padding: 0px 20px 0px 110px;
	line-height: 20px;
}

.dNewsContainer {
	margin-top: 20px;
	width: 274px;
}
.dNews {
	background-color: #E8E8E8;
	line-height: 20px;
	font-size: 10px;
	vertical-align: top;
	padding: 10px 20px 10px 20px;
}


.dFooterHome {
	font-family: "Times New Roman", Times, serif;
	color: #999999;
	font-size: 11px;
	margin: 30px 0px 0px 0px;
	height: 18px;
}

.dFooterBlock {
	height: 18px;
	width: 100px;
	background-color: #CCCCCC;
	float: left;
	margin-right: 8px;
}

.divDivider {
	height: 2px;
	width: 100%;
	background-color: #CCCCCC;
}

.divSchemeName {
	position: relative;
	text-align: right;
	font-size: 12px;
	font-weight: normal;
	padding: 3px;
	color: #070767;
}

/******************************************************************/
/* IMAGES */

.imgWaist{
	padding-right: 14px;
	float: right;
}

.imgHomeAccred {
	padding: 20px;
}
.imgNews {
	margin: 0px 0px 5px 15px;
}
/******************************************************************/
/* TABLES */

.tdFormsLeft, .tdFormsLeftNoWidth {
	font-weight: bold;
	vertical-align: top;
	padding: 5px 0px 5px 3px;
}
.tdFormsLeft {
	width: 150px;
}
.tdFormsRight, .tdFormsGeneral {
	font-weight: normal;
	vertical-align: top;
	padding: 5px 0px 5px 10px;
}
.tdFormsGeneral {
	padding-left: 3px;
}
.tdDDGuarantee {
	padding-top: 10px;
}
.tableQuote {
}
.tableQuote th {
	background-color: #cccccc;
	color: #000066;
	font-weight: bold;
}
.tableQuote td {
	background-color: #e8e8e8;
	color: #000000;
	font-weight: normal;
}

/******************************************************************/
/* FORMS */

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.formField, .formFieldNoWidth {
	border-width: 1px;
	border-color: #000066;
	border-style: solid;
	padding: 2px;
}
.formField {
	width: 300px;
}
.formTextArea {
	border-width: 1px;
	border-color: #000066;
	border-style: solid;
	padding: 2px;
	width: 300px;
	height: 80px;
}
.formList {
	border-width: 1px;
	border-color: #000066;
	border-style: solid;
	padding: 2px;
}
.formButton {
	border-width: 0px;
	border-style: solid;
	background-color: #000066;
	font-weight: bold;
	color: #CCCCCC;
	padding: 3px;
}