* {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
body{
	background-color: #a8ceed;
	overflow: -moz-scrollbars-vertical;
	font-family: Arial, sans-serif;
	font-size: 14px;
  	background-image:url("../img/bg.jpg");
	background-repeat: repeat-x;
}

body.mceContentBody {
	background-color:#FFFFFF;
  	background-image:url(no-image);
}

ul{
	list-style:disc;
	margin-left:15px;
}

img{
	border:0px;
}

h1{
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding:0px;	
}

h3{
	padding-bottom:5px;
}
td,p{
	font-size:13px;
}
p{
	padding:5px 0px;
}

.termintbl th{
	text-align:left;
	font-size:13px;
	font-weight: bold;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	padding:2px;
}

.termintbl{
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}

.termintbl td{
	padding:2px;
	border-left:1px solid #CCCCCC;
}

#reg1 td, #reg2 td, #reg3 td{
	vertical-align: middle;
}

#content .backLink{
	cursor:pointer;
	color:blue;
	margin-bottom:10px;
}
#txt .moreLink{
	margin-bottom:10px;
}

#txt a{
	text-decoration:none;
}


