* {
	margin: 0;
	padding: 0;
}



body {
	background: url(../../images/body_bgalt.jpg) repeat-x;
	border-top: 2px solid #333333;
	color:#3f3f3f;
	font-family:Georgia,Times New Roman,Times,serif;
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	text-decoration:none;
	text-transform:none;
}

a {
	color:#00539b;
	font-family: "Times New Roman",Times,Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:normal;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

p {
	line-height: 17px;
	margin-bottom: 10px;
}

h2 {
	color:#999999;
	padding-bottom: 10px;
	font-family:Arial, Helvetica, sans-serif;
}

h3 {
	color:#006699 ;
	font-size: 13px;
	padding-bottom: 5px;
	text-transform:capitalize;
}


h4 {
	color:#1B3F92;
	font-weight:bold;
	font-size: 12px;
	font-family:Georgia,Times New Roman,Times,serif;
}

img {
	border: 0 none;
}

label {
	width: 105px;
	float: left;
	text-align: right;
	padding-right: 10px;
	padding-top: 7px;
}

label.error {
	float: left;
	color: #FF0000;
	margin-left: 115px;
	width: 300px;
	display: block;
	text-align: left;
	padding-top: 0;
}

input {
	border: 1px solid #c7c7c7;
	height: 15px;
	width: 300px;
	margin-top: 5px;
	padding: 8px;
}

input.submit {
	width: 100px;
	padding: 2px;
	height: 25px;
	float: right;
}

textarea {
	border: 1px solid #c7c7c7;
	width: 300px;
	margin-top: 5px;
	height: 150px;
	padding: 8px;
}

hr {
	border-left: none;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px dotted #BBBBBB;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	margin: 0 auto;
}



