/*Headers*/
H1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 17px;
	color: #DFC27E;
}

/*Subheaders*/
H2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px; 
	font-weight: bold;
	color: #AACECB;
	line-height: 17px;
}

/*Footer*/
H3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 17px;
	color: #FFFFFF;
}

/*Footer Text */
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CCCCCC;
	background:none;
	line-height: 17px;
}

/*Footer Links*/
.footerlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #5A9A97;
	text-decoration: none;
	background:none;
	line-height: 17px;
}

.footerlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background:none;
	line-height: 17px;
}

/*Page Properties*/
body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-position: top;
	font: Verdana, Arial, Helvetica, sans-serif 11px;
	background-image: url(images/wc--bg.jpg);
}
	
/*Content default*/
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	color: #FFFFFF;
	text-align:left;
}

/*Pictures*/
.picborder {
	border: 1px solid; 
	border-color:#333333;
}

.picRight {
	border: 1px solid; 
	border-color:#333333; 
	float:right; 
	margin-left:20px;
}
.picRightnoborder {
	float:right; 
	margin-left:20px;
}
.picLeft {
	border: 1px solid; 
	border-color:#333333; 
	float:left; 
	margin-right:20px;
}


/*Contact Form*/
.inputSelect {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	BORDER: #CCCCCC 1px solid;
	color: #333333;
	width:200px;
	background-color: #FFFFFF;
}
.inputComment {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	BORDER: #CCCCCC 1px solid;
	color: #176371;
	width:250px;
	background-color: #EAF4F6;
}

.inputButton {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	CURSOR: pointer;
	COLOR: #333333;
	FONT-SIZE: 10px;
	width:90px;
	background-color: #BAD7D5;
}

.no-rep-x {
	background-repeat: repeat-x;
}
.no-rep-y {
	background-repeat: repeat-y;
}
.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

/* Link Styles */
.link {
	color: #C7DDDB;
	text-decoration: underline;
	font-size: 9px;
}
.link:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.link2 {
	color: #BAD7D5;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.link2:hover {
	color: #C7DDDB;
	text-decoration: none;
}
.link3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.link3:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	color: #C4DCDC;
	text-decoration: underline;
}
/* Link Styles Ends */

.button-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 17px;
	font-weight: bold;
	color: #214285;
	text-decoration: none;
}

/* List Styles */

.list {
	list-style-image: url(images/arrow_01.jpg);
}
.SectionLink {
	color: #C7DDDB;
	text-decoration: none;
	font-size: 16px;
}
.SectionLink:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
