@charset "utf-8";
/* CSS Document */

body {
	background-color:#CCCCCC;
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-align:center;
	margin:10px;
}

p {
	text-align:justify;
}

.footp {
	text-align:center;
}

td {
	padding:0px;
	text-align:center;
	vertical-align:top;
}

.header1 {
	width:980px;
	height:200px;
}

.menu {
	width:980px;
	height:60px;
}

.header2 {
	width:980px;
	height:40px;
}

.contenttop {
	height:10px;
	width:980px;
	background-image:url(../images/interface/contentBG_top.jpg);
}

.contentbg {
	width:980px;
	background-image:url(../images/interface/contentBG.jpg);
	background-repeat:repeat-y;
}

.contentbottom {
	height:10px;
	width:980px;
	background-image:url(../images/interface/contentBG_bottom.jpg);
}

.contentmain {
	padding-top:20px;
	padding-bottom:20px;
}

.content2 {
	padding-top:40px;
	padding-bottom:20px;
}

.gallmenu {
	font-size:16px;
}

.labelcell {
	text-align:left;
}

.inputcell {
	text-align:right;
}

.footer {
	padding-top:15px;
	padding-bottom:5px;
	font-size:10px;
}

a {
	text-decoration:underline;
	color:#000000;
}

a.submenu {
	text-decoration:none;
	color:#000000;
}

a img {
	border-width:0px;
}

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

a.submenu:hover {
	text-decoration:underline;
	color:#000000;
}

form {
}

.box1 {
	width:250px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	padding:3px;
}

.securitybox {
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	padding:3px;
}

.sendbutton {
	width:180px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	padding:4px;
}