@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #f7e7da;
	background-image:url(images/bg.jpg);
}

#Wrapper {
	margin-left:auto;
	margin-right:auto;
	border:0px solid #666666;
	width:1000px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #424242;
	font-size: 13px;
}
a:link {
	text-decoration: none;
	color: #511313;
}
a:visited {
	text-decoration: none;
	color: #511313;
}
a:hover {
	text-decoration: underline;
	color: #FFC99B;
}
a:active {
	text-decoration: none;
	color: #511313;
}

a.b:link {
	text-decoration: none;
	color: #ff4f60;
}
a.b:visited {
	text-decoration: none;
	color: #ff4f60;
}
a.b:hover {
	text-decoration: underline;
	color: #9a2932;
}
a.b:active {
	text-decoration: none;
	color: #ff4f60;
}

a.c:link {
	text-decoration: none;
	color: #8b4302;
}
a.c:visited {
	text-decoration: none;
	color: #8b4302;
}
a.c:hover {
	text-decoration: underline;
	color: #9a2932;
}
a.c:active {
	text-decoration: none;
	color: #8b4302;
}
a.d:link {
	text-decoration: none;
	color: #ffffff;
}
a.d:visited {
	text-decoration: none;
	color: #ffffff;
}
a.d:hover {
	text-decoration: underline;
	color: #ffffff;
}
a.d:active {
	text-decoration: none;
	color: #ffffff;
}


input{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	border:solid 1px #787972;
	background-color:#f2f2f2;
	font-size:11px;
}
textarea{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	border:solid 1px #333333;
	background-color:#eeeeee;
	height:50px;
	font-size:11px;
	}
.border {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: thin;
	border-right-style: thin;
	border-bottom-style: thin;
	border-left-style: thin;
	border-top-color: #CE4002;
	border-right-color: #CE4002;
	border-bottom-color: #CE4002;
	border-left-color: #CE4002;
}
.style1 {
	font-size: 16px;
	font-weight: bold;
}

.h2{font-size:12px;
font-weight:bold;
}

.h3{font-size:12px;
font-weight:bold;
}

.headinggg{font-size:14px;
font-weight:bold;
color:#0033FF;
}
h1 {
	font-size:16px; 
	color:#f30;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	margin: 0px 0 -10px 0;
	padding: 0;
}

#leftCol {
	border:1px solid #000000;
	background-color:#f69f88;
	width:226px;
	margin-top:2px;
	margin-left:7px;
	float:left;
}

#rightCol {
	border:0px solid #666666;
	width:734px;
	margin-left:8px;
	float:left;
}

#footer {
	border:1px solid #000000;
	background-color:#f69f88;
	width:961px;
	margin-top:4px;
	margin-left:7px;
	margin-right:7px;
}
