@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	background-color:#fefefe;
}
img {
	border:none;
	outline:none;
}
img:hover {
	border:none;
	outline:none;
}
form {
	margin:0px;
	padding:0px;
}
a {
	text-decoration:none;
	outline:none;
}
a:hover {
	outline:none;
}
.homebg{	
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
.inbg{	
	background-image:url(../images/inbg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
.headbg{
	background-image:url(../images/headbg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:159px;
}
.vidbg{
	background-image:url(../images/vidbg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:399px;
}
.inbox{    
	background-image: url(../images/inbox.jpg);
	background-attachment:scroll;
	background-position:top;
	background-repeat: no-repeat;
	width:249px;
	height:33px;
}
.inputfield{
	color:#767676;
	font:12px Arial;
	width:230px;
	height:28px;
	border:0px;
	font-style:italic;
	background:none;
	margin-top:4px;
	margin-left:10px;
}
.footer{
	background-image:url(../images/footer.jpg);
	background-repeat:repeat-x;
	height:258px;
}
.bullet{
	list-style-image:url(../images/bullet.jpg);
	margin:0 0 0 10px;
	padding:0 0 0 10px;
	font:12px Arial;
	color:#8a8a8a;
	text-decoration:none;
}
.bullet li{
	margin-bottom:5px;
	padding-bottom:5px;
}
.bullet li a{
	color:#8a8a8a;
	text-decoration:none;
}
.bullet li a:hover{
	color:#00b0ec;
	text-decoration:none;
}
.bullet1{
	list-style-image:url(../images/bullet.jpg);
	margin:0 0 0 10px;
	padding:0 0 0 10px;
	font:12px Arial;
	color:#8a8a8a;
	line-height:24px;
	text-align:justify;
	text-decoration:none;
}
.bullet1 li a{
	color:#00b0ec;
	text-decoration:underline;
}
.bullet1 li a:hover{
	color:#8a8a8a;
	text-decoration:none;
}
.url{
	font:12px Arial;
	color:#047ba3;
	text-decoration:none;
}
.url a{
	color:#047ba3;
	text-decoration:none;
}
.url a:hover{
	color:#00b0ec;
	text-decoration:none;
}
.submit{
	background:url(../images/submit.jpg) no-repeat left top;
	cursor:pointer;
	width:155px;
	height:78px;
	border:none;
}
.submit:hover {
	background:url(../images/submit.jpg) no-repeat left bottom;
	cursor:pointer;
	width:155px;
	height:78px;
	border:none;
	outline:none;
}
h2{
	font: bold 22px Arial;
	color:#666666;
	text-decoration:none;
}
.tdstyle{
	border:#cccccc solid 1px;
}
.bodytext{
	font:14px Arial;
	color:#8a8a8a;
	line-height:25px;
	text-decoration:none;
}
.bodytext a{
	color:#00b0ec;
	text-decoration:underline;
}
.bodytext a:hover{
	color:#8a8a8a;
	text-decoration:none;
}
h3{
	font: bold 22px Arial;
	color:#00b2f2;
	text-decoration:none;
	margin:0px;
	padding:0px;
}
.shadow{
	background-image:url(../images/shadow.png);
	background-repeat:no-repeat;
	background-position:bottom right;
}