/**** Main **********************************************************************************************************************************************************/
table {
	color: #424242;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	text-decoration: none;
}
	
body {
	color: #424242;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	text-decoration: none;
}

p {
	color: #424242;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	text-align: left;
	text-decoration: none;
}

/**** Headers **********************************************************************************************************************************************************/
h1 {
	color: #424242;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	line-height: 25px;
	text-align: left;
	text-decoration: none;
}
	
h2 {
	color: #424242;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	text-align: left;
	text-decoration: none;
}

h3 {
	color: #424242;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 26px;
	text-align: left;
	text-decoration: none;
}

.h2 {
	color: #424242;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 32px;
	text-align: left;
	text-decoration: none;
}

.footer {
	color: #828282;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	text-decoration: none;
}

.rhs {
	color: #424242;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	text-decoration: none;
}

/**** Links **********************************************************************************************************************************************************/
a:link, a:visited {
	color: #009CFF;
	text-decoration: none;
}
	
a:hover {
	color: #009CFF;
	text-decoration: underline;
}

/**** Images **********************************************************************************************************************************************************/
.bground {
	background-attachment: scroll;
	background-image: url(image/bground.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

.bground2 {
	background-attachment: scroll;
	background-image: url(image/bground2.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

/**** Inputs **********************************************************************************************************************************************************/
.input {
	background-color: #FFFFFF;
	border: 1px solid #D0D0D0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	height: 20px; width: 100%;
	line-height: normal;
	padding: 2px 0px 0px 2px;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
}

.button {
	border: none;
	background-color: #009CFF;
	color: #FFFFFF;
	cursor: hand;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	line-height: normal;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
} 

.textarea {
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	height: 75px;
	line-height: normal; 
	padding: 2px 0px 0px 2px;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	width: 100%;
}