.sidebar
{
	display: none;
}

.footer
{
	display: none;
}

.headerline
{
	display: none;
}

.textline
{
	display: none;
}

.notice1
{
	display: none;
}

.notice2
{
	display: none;
}

.notice3
{
	display: none;
}

.notice4
{
	display: none;
}

.menu1
{
	display: none;
}

.menu2
{
	display: none;
}

.menudivlayer
{
	display: none;
}

.textareainput
{
	display: none;
}

.adminmenu
{
	display: none;
}

.content
{
}

A:link
{
	color:			#2C2D54;
}

A:visited
{
	color:			#2C2D99;
}

A:active
{
	color:			#FF2D54;
}

A:hover
{
	color:			#662222;
	text-decoration:	underline;
}

.em_heading
{
	font-size:		12pt;
	font-weight:		bold;
}

.em_subheading
{
	display:		none;
}

.button
{
	font-size:		8pt;
	font-weight:		bold;
	color:			#2D3951;
	background-color:	#D5DAE0;
	border:			solid 1px #2D3951;
}

body
{
	font-size:		10pt;
	font-family:		Arial,Verdana,Helvetica,san-serif;
	color:			#0C0D34;
	background-color:	#FFFFFF;
}

.inputfield
{
	font-size:		6pt;
	font-weight:		normal;
	color:			#000000;
}

.inputfield2
{
	font-size:		6pt;
	font-weight:		normal;
	color:			#000000;
}

.button
{
	font-size:		8pt;
	font-weight:		bold;
	color:			#2D3951;
	background-color:	#D5DAE0;
	border:			solid 1px #2D3951;
}

table.data
{
	border:			solid 1px #7C8898;
	text-align:		center;
}

td
{
	font-size:		10pt;
	font-family:		Arial,Verdana,Helvetica,san-serif;
	color:			#0C0D34;
}

td.em_header
{
	font-weight:		bold;
	font-size:		12pt;
}

td.em_bold
{
	font-weight:		bold;
}

td.space
{
	padding:		0px;
}

td.space2
{
	padding:		1px;
	border-bottom:		#000000 1px solid;
}

td.total
{
	font-weight:		bold;
	padding-right:		5px;
	color:			#000000;
}

td.total2
{
	font-weight:		bold;
	padding-right:		5px;
	color:			#000000;
}
td.header
{

	font-size:		8pt;
	color:			#000000;
	font-weight:		bold;
	padding-left:		3px;
	padding-right:		3px;
	padding-top:		1px;
	padding-bottom:		1px;
	vertical-align:		top;
	border:			1px solid #333333;
}

td.header2
{
	font-size:		8pt;
	color:			#000000;
	font-weight:		bold;
	vertical-align:		middle;
	padding-left:		3px;
	padding-right:		3px;
	padding-top:		1px;
	padding-bottom:		1px;
	vertical-align:		top;
	border-left:		1px solid #333333;
	border-right:		1px solid #333333;
	border-top:		1px solid #333333;
}

td.field2
{
	font-size:		8pt;
	background-color:	#FFEAFF;
	padding-left:		3px;
	padding-right:		3px;
	padding-top:		1px;
	padding-bottom:		1px;
	vertical-align:		middle;
	border-left:		1px solid #0C0D34;
	border-right:		1px solid #0C0D34;
	border-bottom:		1px solid #0C0D34;
}

td.field
{
	font-size:		8pt;
	background-color:	#E5EAFF;
	padding-left:		3px;
	padding-right:		3px;
	padding-top:		1px;
	padding-bottom:		1px;
	vertical-align:		middle;
	border-left:		1px solid #0C0D34;
	border-right:		1px solid #0C0D34;
	border-bottom:		1px solid #0C0D34;
}

td.data1
{
	color:			#2D3951;
	background-color:	#CBCEEF;
	padding-left:		10px;
	padding-right:		10px;
	padding-top:		2px;
	padding-bottom:		2px;
	vertical-align:		top;
}

td.data2
{
	color:			#2D3951;
	background-color:	#D9DCFF;
	padding-left:		10px;
	padding-right:		10px;
	padding-top:		2px;
	padding-bottom:		2px;
	vertical-align:		top;
}

/** Menu STYLE Sheet **/

body
{
	margin:			0px;
}

#menuBar
{
	display: none;
}

a.menuButton, a.menuButtonActive
{
	display: none;
}

a.menuButton:hover
{
	display: none;
}

a.menuButtonActive, a.menuButtonActive:hover
{
	display: none;
}

.menu
{
	display: none;
}

a.menuItem
{
	display: none;
}

a.menuItem:hover
{
	display: none;
}

.menuItemSep
{
	display: none;
}