body {
	margin: 0; 
	padding: 0;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
}

img { border:none; }

.body { line-height: 130%; font-size: 13px; }

.G9	{ font-size: 9px; }

.G10	{ font-size: 10px; }

.G12	{ font-size: 12px; }

.message {
	border: 1px dotted #A1A5A9;
	margin-left: auto; 
	margin-right: auto;
	padding-bottom: 3px;
	background: #e5e5e5;
	font-size: 12px;
	text-align: center;
}

.warning {
	border: 1px dotted #000000;
	margin-left: auto; 
	margin-right: auto;
	padding-bottom: 3px;
	background: #800000;
	text-align: center;
	font-size: 12px;
	color: #ffffff;
}

/*<group=Warning Links>*/

.warning a:link {  color: #7e90ea; text-decoration: underline; }

.warning a:visited { color: #2c5ddb; text-decoration: underline; }

.warning a:hover { color: #5d78ec; text-decoration: underline; }

.warning a:active { color: #680101; text-decoration: underline; }
	
/*</group>*/


/*<group=Links>*/

a:link {  color: #43498E; text-decoration: underline; }

a:visited { color: #132555; text-decoration: underline; }

a:hover { color: #536BC8; text-decoration: underline; }

a:active { color: #CB0000; text-decoration: underline; }

/*<group=Res Table>*/

#restable { font-size: 10px; }

#restable .function a:link {  color: #43498E;
	text-decoration: underline;
}

#restable .function a:visited { color: #132555; text-decoration: underline; }
#restable a:link {  color: #000000;
	text-decoration: none;
}

#restable a:visited { color: #132555; text-decoration: none; }

#restable a:hover { color: #536BC8; text-decoration: underline; }

#restable a:active { color: #CB0000; text-decoration: underline; }
	
/*</group>*/
	
/*</group>*/

/*<group=Menus>*/

#listcont {
	padding: 6px;
}

#columnmenu a:hover { color: #536BC8; text-decoration: underline;
	border: 1px solid #2c2c2c;
}

#columnmenu h3 {
	color: #43498E; 
	border-bottom: 1px dotted #a1a5a9; 
	padding-bottom: .0em; 
	margin-bottom: .5em;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 10px;
	padding-left: 5px;
}

#columnmenu ul {
	font-size: 10px;
	list-style:none;
	margin: 0;
	padding: 0;
	}

#columnmenu ul li {
	background: url(../images/bullet.gif) no-repeat 2px 3px;
	margin: 0;
	padding: 0 0 5px 15px;
	line-height: 12px;
	color: #818181;
	}
	
/*</group>*/

/*<group=Layout>*/

/*<group=Header>*/

#header {
	text-align: left;
	width: 900px;
	height: 65px; 
	background: #9bec37 url(../images/top.gif) no-repeat;
	margin-left: auto; 
	margin-right: auto;
}

#header .menu {
	text-align: center;
	font-size: 12px;
	height: 18px;
	position: relative;
	top: 50px;
	color: #333333;
}

#header .submenu {
	text-align: center;
	font-size: 12px;
	height: 18px;
	position: relative;
	top: 60px;
	color: #333333;
}

.menu a:link, .menu a:visited{ color: #333333; text-decoration: none;
	font: 12px/12px tahoma, sans-serif;
	letter-spacing: 1px;
}

.menu a:hover { color: #465baa; text-decoration: underline; 
	font: 12px/12px tahoma, sans-serif;
}

.menu a:active { color: #CB0000; text-decoration: underline; 
	font: 12px/12px tahoma, sans-serif;
}
	
/*</group>*/

/*<group=Forms>*/

/* Used for form layouts without tables.  */

/* 700px wide */

div.row {
  	clear: both;
  	padding-top: 10px;
	width: 600px;
}

div.row span.label {
  	float: left;
	width: 150px;
	text-align: left;

}

div.row span.formw {
  	float: right;
  	width: 450px;
  	text-align: left;
 }

/* 400px wide */

div.row4 {
  	clear: both;
  	padding-top: 2px;
	width: 400px;
}

div.row4 span.label {
  	float: left;
	width: 150px;
	text-align: left;

}

div.row4 span.formw {
  	float: right;
  	width: 250px;
  	text-align: left;
 }

/* 600px wide dual column */

div.row6 {
  	clear: both;
  	padding-top: 10px;
	width: 98%;
}

div.row6 span.label {
  	float: left;
	text-align: left;

}

div.row6 span.formw {
  	float: right;
  	text-align: left;
 }
	
/*</group>*/

/* Column Layouts */

#columnmenu {width: 200px; float: left;}

#columncontent {width: 698px; float: right; }

/* Dual Column Layout - Even */

#columnleft {width: 50%; float: left;}

#columnright {width: 50%; float: right; }

/* Used by all pages  */

#main {
	text-align: left;  
	width: 900px;
	margin-left: auto; 
	margin-right: auto;
}

#main .container {
	border-left: 1px solid;
	border-right: 1px solid;
	border-left-color: #fff;
	border-right-color: #fff;
	padding-right: 1px;
	padding-left: 1px;
}

#footer {
	text-align: center;
	width: 850px;
	height: 20px;
	margin: 0;
	color: #404040;
	font-size: 10px;
	margin-left: auto; 
	margin-right: auto;
}

div.clearer {clear: both; height: 0; line-height: 0;}
	
/*</group>*/

/*<group=Boxes>*/

.box_confirmation {
	border: 1px solid #A1A5A9;
	width: 640px;
	margin-left: auto; 
	margin-right: auto;
	padding-bottom: 3px;

}

.box_confirmation .top {
	background: #E2E2E2;
	border-bottom: 1px solid #A1A5A9;
	height: 14px;
	width: 100%;
	padding-bottom: 3px;
	text-align: left;
}

/* Menu Box Inside Pages */

#box {
	border: 1px solid #A1A5A9;
	width: 410px;
	margin-left: auto; 
	margin-right: auto;
	padding-bottom: 3px;

}

#box .top {
	background: #E2E2E2;
	border-bottom: 1px solid #A1A5A9;
	height: 14px;
	width: 410px;
	padding-bottom: 3px;
}

#box .space {
	padding-left: 3px;
	padding-right: 3px;
}
#box .message {
	border: 1px dotted #A1A5A9;
	margin-left: auto; 
	margin-right: auto;
	padding-bottom: 3px;
	background: #e5e5e5;
	font-size: 10px;
	text-align: center;
	width: 250px;
}

#box .warning {
	border: 1px dotted #000000;
	width: 250px;
	margin-left: auto; 
	margin-right: auto;
	padding-bottom: 3px;
	background: #800000;
	text-align: center;
	font-size: 10px;
	color: #ffffff;
}
	
/*</group>*/
