BODY
{
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:15px;
	overflow-y:scroll;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

P
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
}

SPAN, DIV, INPUT, SELECT, TEXTAREA, LI, TD
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	line-height:normal;
	margin:0px;
}

A
{
	color:#cd2e6a;
	text-decoration:underline;
}

A:hover
{
	color:#000000;
}


h1 {
	font-family:Arial,Verdana;
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	margin-bottom:12px;
	color:#333333;
}

h2, h3, h4, h5, h6
{
	font-family:Verdana;
	font-size:18px;
	margin:0px;
	line-height:normal;
	font-weight:bold;
	padding-bottom:4px;

}

/* --- CLASSES --- */
#height100,
.height100
{
	height:100%;
}

#head
{
	background-image:url(../images/headBG.jpg);
	background-repeat:repeat-x;
	height:111px;
}

#mainTable
{
	background-image:url(../images/bodyBG.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	height:720px;
}

.content
{
	border: 1px solid #ededed;
	background-color:#333333;
	width:100%;
	vertical-align:top;	
}

.html4
{
	color:#333333;
	font-size:10px;
	padding-left:15px;
	padding-right:15px;
}

.html4 p,
.html4 div,
.html4 span,
.html4 a
{
	color:#333333;
	font-size:10px;
	text-decoration:none;
}

.borderO
{
	background-image:url(../images/borderO.jpg);
	background-repeat:repeat-x;
	
	
}

/* --- TOPMENY --- */

#topmenu td a
{	
	color:#333333;
	text-decoration:none;
	font-weight:normal;	
}
#topmenu td.menu
{	
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-right:5px;
	padding-left:15px;
	padding-bottom:1px;
	cursor:hand;
}

#submenu td
{
	background-position:bottom right;
	background-repeat:no-repeat;
	vertical-align:bottom;
	text-align:right;
	cursor:hand;
	
}
#submenu td.menu
{	
	background-image:url(../images/menu/menuBG.jpg);
}
#submenu td.selected 
{
	background-image:url(../images/menu/selectedBG.gif);
}
#submenu td.last
{
	background-image:url(../images/menu/menuLastBG.jpg);
	background-position:right;

}
#submenu td.nosub
{
	background-image:url(../images/menu/selectnosubBG.gif);
}
#submenu a
{	
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	color:#464646;
	text-decoration:none;
	font-size:10px;
	font-weight:normal;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:10px;
	line-height:normal;
}



#submenu td.selected a,
#submenu td.nosub a
{	color:#ffffff;
}

/*
#submenu td
{
	background-image:url(../images/menu/menuTDBG.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}*/

/* ---- SHADOW ---- */
.shadowTop
{
	background-image:url(../images/shadow/topBG.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

.shadowBottom
{
	background-image:url(../images/shadow/bottomBG.jpg);
	background-repeat:repeat-x;
}
.shadowRight
{
	background-image:url(../images/shadow/rightBG.jpg);
	background-repeat:repeat-y;
}

.shadowLeft
{
	background-image:url(../images/shadow/leftBG.jpg);
	background-repeat:repeat-y;
	background-position:right;
}

.shadowBottom, .shadowBottom td, .shadowBottom p
{
    color: #FFFFFF;
    font-size: 11px;
}
