* {
	padding: 0px;
	margin: 0px;
}

body {
	margin-top: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:15px;
	background-color: #EDEDED;
}
a {
	color: #418cbc;
	text-decoration: underline;
	font-weight: bold;
	cursor: pointer;
}
a:hover {
	color: #265e86;
	text-decoration: underline;
	font-weight: bold;
}
h1 {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	margin: 10px 0px 10px 0px;	
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
}
h1.title{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	display:block;
	color: #999;
	text-decoration:none;
	border-bottom: 2px solid #ccc;
	padding-bottom: 10px;
}

h1.title strong, h1.title b{
	color: #555;
}
h1.title u{
	padding: 2px;
	border-bottom: 3px solid #f00;
	text-decoration: none;
}
h3.blue{
	color:#003366;
}
p {
	margin: 10px 0px 10px 0px;
}

.content-bg {
	background-image: url(../images/content-bg.gif);
	background-repeat: repeat;
	background-position: top;
}
.content-left {
	padding-left: 10px;
}
.content-right {
	padding-right: 10px;
}

/* border */

.bordergreen {
	background-image: url(../images/brd_frm_l.gif);
	background-repeat:repeat-y;
	background-position: left top;
	height: inherit;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	line-height: 15px;
}

.bordergreen .brd_frm_r{
	background-image: url(../images/brd_frm_r.gif);
	background-repeat:repeat-y;
	background-position: right top;
}

.bordergreen div.top{
	background-image: url(../images/brd_frm_u.gif);
	background-repeat:repeat-x;
	background-position:top;
	height: 15px;
}

.bordergreen div.top div.topdiv{
	height: 30px;
}

.bordergreen div.top div.title{
	color:#000000;
	font-weight:normal;
	font-size: 12px;
	padding:5px 0px 0px 10px;
	float:left;
}

.bordergreen div.top div.brd_frm_ul{
	background-image: url(../images/brd_frm_ul.gif);
	background-repeat:repeat-x;
	background-position:top;
	width:21px;
	height: 30px;
	float:left;
}

.bordergreen div.top div.brd_frm_ur{
	background-image: url(../images/brd_frm_ur.gif);
	background-repeat:repeat-x;
	background-position:top;
	width: 21px;
	height: 30px;
	float:right;
}

.bordergreen .bodycontent {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
}

.bordergreen div.bottom{
	background-image: url(../images/brd_frm_bot.gif);
	background-repeat:repeat-x;
	background-position: bottom;
	height: 22px;
}

.bordergreen div.bottom div.brd_frm_ll{
	background-image: url(../images/brd_frm_ll.gif);
	background-repeat:repeat-x;
	background-position:top;
	float:left;
	width: 18px;
	height: 22px;
}

.bordergreen div.bottom div.brd_frm_lr{
	background-image: url(../images/brd_frm_lr.gif);
	background-repeat:repeat-x;
	background-position:top;
	float:right;
	width: 18px;
	height: 22px;
}
.borderblue {
	background-image: url(/images/brd_bluemid.gif) center;
	height: inherit;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	padding-left:25px;
	padding-right:25px;
	padding-top:5px;
	padding-bottom:5px;
    *padding-left:28px;
}
.login {
	padding-top: 5px;
	padding-bottom: 10px;
}
.textInput
{
border: 1px solid #999999;
background: #ffffcc;
font-size: 14px;
}

.submit
{
	border: 1px solid #cccccc;
	font-size: 11px;
	background-color: #FFFFFF;
}

.smalltxt {font-size: 10px}

table.pad5px td {
	padding: 5px;
}