/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background-color:#ffffff;
}

a{
	outline:none;
}

a:hover{
	outline:none;
}

img a{
	outline:none;
}

img a:hover{
	outline:none;
}

.tablebg{
	background-color:#b8dcd7;
	font:12px Arial;
	color:#000000;
	text-decoration:none;
	line-height:18px;
}

.link{
	font:12px Arial;
	color:#000000;
	text-decoration:underline;
}

.link:hover{
	font:12px Arial;
	color:#000000;
	text-decoration:none;
}

.toptxt{
	font:bold 15px Arial;
	color:#000000;
	text-decoration:none;
	line-height:18px;
	padding-right:20px;
}

h1{
	font:bold 18px Arial;
	color:#000000;
	text-decoration:none;
}

.footer{
	font:12px Arial;
	color:#000000;
	text-decoration:none;
	line-height:18px;
}

.tablebdr{
	border:#08816b solid 1px;
}

.bluetext{
	font:16px Arial;
	color:#000000;
	text-decoration:none;
}

.bluetext:hover{
	color:#000000;
	text-decoration:none;
}

.bodytxt{
	font:12px Arial;
	color:#000000;
	text-decoration:none;
	line-height:18px;
}
.error_style{
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	color:#990000;
}
.my_message_success{
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	color:#990000;
}
.message_style{
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	color:#990000;
}
.message{
	font-family:Arial;
	font-size:12px; 
	color:#990000;
}
.inputborder{
	color : #000000;
	font-family:tahoma;
	font-size: 11px;
	border-collapse: collapse;
	border: 1px solid #000000;
	padding-left:3px;
}
.success_style{
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	color:#96001c;
}
.submit_button{
	font-family:tahoma;
	font-size:11px; 
	font-weight:bold;
	color:#ffffff;
	border:1px solid #000000;
	cursor:pointer;
	background-color:#000000;
	padding:4px;
	text-decoration:none;

}
