/* Body tags */

html, body
{
	width: 100%;
	background: #FFFFFF;
	text-align: center;
	margin: 0;
	padding: 0;
	margin-bottom:10px;

}

body, td
{
	line-height: 1.5em;
	word-spacing:0.09em;
	font-family: Arial,sans-serif;
	font-size: 0.7em;
	color:Black;
}

a:link, a:visited
{
	color:#000000;
}
		
		h1
		{
			margin: 0.8em 0 0.8em 0;
			padding: 0;
			font-size: 1.6em;
			line-height: 1.4em;
			font-family: Arial Black;
			font-weight: normal;
		}
		
		h2
		{
			margin: 1em 0 0 0;
			padding: 0;
			font-size: 1.2em;
			line-height: 1.2em;
			color: #000000;
		}
		
		h3
		{
			margin: 1em 0 0 0;
			font-size: 1em;
			padding: 0;
			line-height: 1.2em;
			color: #000000;
			font-weight: normal;
		}

.header
{
	width:595px;
	height:20px;
	margin-bottom:10px;	
	text-align:left;
	margin:auto;
}	

.logo
{
	height:40px;
	width:595px;
	margin:auto;
	text-align:left;
	margin-top:20px;
	margin-bottom:10px;
}	

.content
{
	margin:auto;
	width:595px;
	text-align:left;
	margin-bottom:20px;
	overflow:auto;
		
}

.footer
{
	margin:auto;
	width:595px;
	text-align:left;
	margin-bottom:10px;
	overflow:auto;
}

.url
{
	float:right;
	text-align:right;	
	width:250px;
}

.copyright
{
	float:left;
	text-align:left;
	width:250px;
}

.hidden
{
	display:none;	
}


/* module actions style */
.moduletitle_menubreak, .mainmenuseperator,.mainmenu_menubreak, .moduletitle_menuarrow, .moduletitle_rootmenuarrow, .moduletitle_menuicon {
	display: none;
}

.moduletitle_submenu
{
	background: #fff;
	color: black;
	cursor: hand;
	cursor: pointer;
	font-weight: normal;
	margin: 0 0 0 1px;
	padding: 0px;
	z-index: 1000;
	border: 2px solid #9ea0a2;
}

.moduletitle_menuitem {
	border: none;
	color: black;
	font-style: normal;
	height: 22px;
	padding: 0px 15px 0px 16px;
}

/* module menu padding */ 
.moduletitle_menuitemsel {
	color: black;
	background-color: #afb1b5;
	border: 0;
	cursor: hand;
	height: 22px;
	padding: 0px; /* 15px 0px 16px;*/
	margin: 0 0 0 1px;
}

.moduletitle_menuitem, .moduletitle_menuitemsel {
	padding: 0 5px 0 0;
}


/* form styles */


.NormalTextBox
{
	background-color: #FFFFFF;
	border: solid 1px #000000;
}

label
{
	font-weight: bold;
}

.CommandButton
{
	font-weight: bold;
	text-transform: uppercase;
	color:#000000;
	text-decoration:none;
}




