BODY { 
	background-color:	white;
	font-family:		Arial; 
	font-size:		10pt;
	color:			rgb(0,0,0);

	border: 		none;
	margin: 		0px;
	padding:		0px;
	
	overflow:			auto;
}

table, td {
	font-family:		Arial; 
	font-size:		10pt;
	color:			rgb(0,0,0);
	border: 		0px;
	margin:			0px;
	padding: 		0px;
}

img {
	border: 		0px;
	margin:			0px;
	padding: 		0px;
}

p {
	margin:			0px;
}

BODY.main {
}

A {
	color:			rgb(0,0,0);
	font-family:		Arial;
	text-decoration:	underline;
}

A:hover {
	text-decoration: 	underline;
}

div.menu {
	background-color:	rgb(242,108,0);

	padding:		0px;
	margin:			0px;
	
	width:			141px;
	height:			19px;
	cursor:			pointer;
}

div.submenuitem {
	width:			141px;
	height:			19px;
	cursor:			pointer;

}

a.menulink {
	color:			rgb(255,255,255);
	text-decoration:	none;
	font-family: 		Arial;
	font-size:		10pt;
	font-weight:		bold;
}

a.menulink:hover {
	text-decoration:	underline;
}

a.submenu {
	font-size:		9pt;
	color:			rgb(255,255,255);
	text-decoration:	none;
}

a.submenu:hover {
	font-size:		9pt;
	text-decoration:	underline;
}

.header {
	margin:			0px;
	width:			100%;
	height:			174px;

	background-image:	url('images/headerspacer.jpg');
	background-repeat:	repeat-x;
	background-position:	top left;
}

td.menu {
	padding:		0px;
	margin:			0px;
	padding-top:		22px;
	padding-left:		19px;

	background-color:rgb(242,108,0);

	width:			141px;
	height: 		100%;

	overflow:		auto;
}


td.content {
	background-color:	white;
	height:			100%;
	width:			100%;
	border: 0px;
	
	overflow:		auto;

}

.headerl{
	padding:		0px;
	margin:			0px;
	width:			373px;
	height: 		141px;

	background-image:	url('images/headerlogoleft.jpg');
	background-repeat:	no-repeat;
	background-position:	top left;
}

.headerr{
	padding:		0px;
	margin:			0px;
	width:			550px;
	height: 		141px;

	background-image:	url('images/headerlogoright.jpg');
	background-repeat:	no-repeat;
	background-position:	top right;
}

.headerbalk{
	background-image:	url('images/headerbalk.jpg');
	background-repeat:	no-repeat;
	background-position:	top left;

	height:			33px;
	width:			100%;

	line-height:		33px;
	text-align: 		right;
}

.login {
	color:			rgb(255,255,255);
	font-size:		10pt;
	font-weight:		bold;
	border: 2px solid rgb(100,158,161);
	background-color:	rgb(0,108,111);
	cursor:			pointer;
}

iframe.content {
	background-color:	white;
	height:			100%;
	width:			100%;
	border: 0px;
	
	overflow:		auto;
}

h1 {
	color:			rgb(242,108,0);
	margin-bottom: 10px;
	font-family:		Arial; 
	font-size:		12pt;
	font-weight: bold;
}
