/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}


/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}


/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

cond1 {
	margin: 0px;
}


/** TEXTS */

body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #868686;
}

th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #868686;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.text1 {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}

.text2 {
	margin-bottom: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #515151;
}

.text2a {
	font-size: 11px;
	font-weight: bold;
	color: #515151;
}

.text3 {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #515151;
}

.text4 {
	text-align: center;
	color: #8EA4BB;
}

.text5 {
	margin-bottom: 12px;
	font-size: 11px;
	font-weight: bold;
	color: #515151;
}
	
.text6 {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #515151;
}

.text7 {
	margin-bottom: 20px;
	padding-right: 0px;	
	font-size: 20px;
	color: #868686;
}

.text8 {
	padding: 10px 0px 0px 30px;
	font-size: 10px;
	color: #515151;
	display: inline;
	text-align: left;
}


/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
	line-height: 18px;
}

.list2 {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
	line-height: 13px;
}


/** LINKS */

a {
	color: #3695E2;
}

a:hover {
	text-decoration: none;
}

h6 {
	margin-top: 0px;
	float: right;
	color: #515151;
	font-weight: bold;
	font-size: 10px;
	font-family: verdana;

}

.link1 {
	display: block;
	width: 156px;
	height: 19px;
	padding: 6px 0px 2px 9px;
	background: url(images/grtr1.gif) no-repeat left top;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #515151;
}

.link1:hover {
	background-image: url(images/go1.gif);
	color: #FFFFFF;
}

.link1on {
	display: block;
	width: 156px;
	height: 19px;
	padding: 6px 0px 2px 9px;
	background: url(images/go1.gif) no-repeat left top;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.link1on:hover {
	background-image: url(images/go1.gif);
	color: #FFFFFF;
}

.link2 {
	color: #FFFFFF;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.page_blue_backdrop { background: url(images/page_bg.gif) repeat left top; }
.page_white_background { background: url(images/page_d1.gif) repeat-y left top; }
.page_grey_bubbletop { background: #F3F5F6 url(images/why1.gif) no-repeat left top; }
.page_grey_bubblebot { background: url(images/why2.gif) no-repeat left bottom; }
.footer_blue { background: url(images/page_b2.gif) repeat-x left top; }
.footer_blue_shadow { background: url(images/page_b3.gif) repeat-x left top; }



/** GREY LEFT NAV */

.nav_grey_top { background: #F3F5F6 url(images/worktop.gif) no-repeat left top; }
.nav_grey_middle { background: #F3F5F6 repeat-x left top; }
.nav_grey_bottom { background: url(images/workbottom.gif) no-repeat left bottom; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }


img { border: none; }

.img1 {
	float: left;
	margin: 0px 10px 0px 0px;
}

.img2 {
	float: right;
	margin: 0px 0px 0px 10px;
}

hr { display: none; }


/** HORIZONTAL RULES */

.hr1 {
	clear: both;
	height: 31px;
	background: url(images/page_d2.gif) repeat-x left center;
}

.hrend {
	clear: both;
	height: 1px;
	background: url(images/page_d2.gif) repeat-x left center;
}


/** Contact Validation */

input {
	width: 200px;
	font-family: Tahoma;
	font-size: 8pt;
}
 
.label {
	float: left;
	text-align: right;
	margin-right: 14px;
	width: 83px;
	padding-top: 5px;
	font-size: 11px;
}
 
.error {
	float: left;
	text-align: right;
	margin-right: 14px;
	width: 83px;
	padding-top: 5px;
	font-size: 11px;
}

/** Payment Validation */

input {
	width: 200px;
	font-family: Tahoma;
	font-size: 8pt;
}
 
.label {
	float: left;
	text-align: right;
	margin-right: 14px;
	width: 83px;
	padding-top: 5px;
	font-size: 11px;
}
 
.errorp {
	float: left;
	text-align: right;
	margin-right: 14px;
	width: 83px;
	padding-top: 5px;
	font-size: 11px;

}