body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#D6D0D0;
}
a:link
{
color:#000000;
text-decoration:none;
}
a:visited
{
color:#000000;
text-decoration:none;
}
a:hover
{
color:#000000;
text-decoration:underline;
}
.logo{
	background-image:url(images/logo.jpg);
	width:497px;
	height:242px;
	background-repeat:no-repeat;
}
.right-image{
	background-image:url(images/right-image.jpg);
	width:329px;
	height:242px;
	background-repeat:no-repeat;
}
#menu{
	width:468px;
	height:45px;
	padding-top:28px;
	padding-left:29px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-transform:uppercase;
}
A.toplink:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-transform:uppercase;
	padding-left:6px;
	padding-right:6px;
	text-decoration:none;
}
A.toplink:link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-transform:uppercase;
	padding-left:6px;
	padding-right:6px;
	text-decoration:none;
}
A.toplink:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	text-transform:uppercase;
	padding-left:6px;
	padding-right:6px;
	text-decoration:underline;
}
.red1{
	background-image:url(images/red1.jpg);
	height:75px;
	width:208px;
	background-repeat:no-repeat;
}
.red2{
	background-image:url(images/red2.jpg);
	height:51px;
	width:208px;
	background-repeat:no-repeat;
}
.red3{
	background-image:url(images/red3.jpg);
	height:51px;
	width:208px;
	background-repeat:no-repeat;
}
#text1{
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
	padding-top:15px;
	padding-left:30px;
	text-transform:uppercase;
}
#text2{
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
	padding-top:18px;
	padding-left:30px;
	text-transform:uppercase;
}
#text3{
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
	padding-top:18px;
	padding-left:40px;
	text-transform:uppercase;
}
.inputborder3 {			
	BORDER-RIGHT:#636d74 1px solid;
	border-top:#636d74 1px solid; 
	BORDER-LEFT:#636d74 1px solid; 
	BORDER-BOTTOM:#636d74  1px solid;
	width:168px;
	height:22px;
			
}

.list_red{
	font-family:Arial;
	font-size:12px;
	color:#de0010;
	font-weight:normal;
	letter-spacing:0px;
}
.list_new1{
	font-family:Arial;
	font-size:12px;
	color:#061018;
	font-weight:normal;
	letter-spacing:0px;
	padding-left:8px;
}
.list{
	list-style-image:url(images/arowe.jpg);
	
	
}
.list_new{
	font-family:Arial;
	font-size:12px;
	color:#000000;
	font-weight:normal;
	letter-spacing:0px;
	line-height:25px;
}
.list_new a:link
{
	text-decoration: none;
	color:#061018;
}

.list_new a:visited{
	text-decoration: none;
	color:#061018;
}

.list_new a:hover{
	text-decoration:underline;
	color:#000000;
	}
.list_new2{
	font-family:Arial;
	font-size:13px;
	font-weight:normal;
	}
.list_new2 a:link
{
	text-decoration: underline;
	color:#0000FF;
}

.list_new2 a:visited{
	text-decoration: underline;
	color:#0000FF;
}

.list_new2 a:hover{
	text-decoration:underline;
	color:#0000FF;
	
	}

.text1{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#221f1f;
	padding-left:12px;
	
}
.text2{
	font-family:Arial;
	font-size:12px;
	color:#0e0e0e;
	line-height:18px;
	text-align:justify;
}
.pp{
	padding-left:14px;
}
.line{
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	color:#002859;
}
h1{
	padding:0px;
	margin:0px;
	font-family:Arial;
	font-size:24px;
	font-weight:bold;
	color:#000000;
}

.footer{
	background-image:url(images/footer.jpg);
	width:826px;
	height:51px;
	background-repeat:no-repeat;
	font-family:Arial;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;

}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

