/* top left bottom right */


/* document body */
BODY
{
	color: black;
	background-color: #cccccc;
}

/* links */
A
{
	color: #003366;
	text-decoration: none;
}

A:HOVER
{
	text-decoration: underline;
}


/* usual headers */
H1,H2,H3
{
	color: #006699;
/*	background: none;*/
}

/* places just for text */
BODY,P,DIV,LI,UL,TD,TH,TR,TABLE,EM,FONT,BLOCKQUOTE,FORM,H1,H2,H3
{
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	/*Helvetica, Lucida, Verdana, sans-serif;*/
}

BODY,P,DIV,LI,UL,TD,TH,TR,TABLE,EM,FONT,BLOCKQUOTE,FORM
{
	font-size: 11px; 
}

PRE
{
	font-size: 11px;
	font-family: Courier, Courier New, monospace;
}

H1
{
	font-size: 17px;
}

H2
{
	font-size: 15px;
}

H3
{
	font-size: 13px;
}

SMALL
{
	font-size: 9px;
}

TH
{
	text-align: left;
}

/* background image */
DIV.BACKGROUND /*, TABLE.BACKGROUND*/
{
	/* text */
	color: #ff0000;	/* bad color */

	/* misc */
	background-image: url("/public/pagetitle.jpg");
	background-color: #006699;
	background-position: center;
	width: 100%;
}

/* page title */
DIV.PAGETITLE
{
	/* box model */
	padding: 5px;

	/* text */
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	
	/* misc */
	color: white;
}

/* menubar */
DIV.MENUBAR
{
	/* box model */
	padding: 5px;
	
	/* text */
	color: white;
	font-weight: bold;
	text-align: center;

	/* misc */
	background-image: none;
}

TD.MENUBAR
{
	color: white;
	font-weight: bold;
}

DIV.SEPARATOR
{
	border-top: 1px solid black;
}

DIV.BOX
{
	/* box model */
	margin: 5px;
	border: 1px solid black;
	/* background */
	background-color: white;

/*	width: 100%;*/
}

DIV.TEXT, TABLE.TEXT
{
	/* box model */
	padding: 5px;

	/* background */
/*	background-color: white;*/
}

P,UL
{
	/* box model */
	margin-top: 0px;
}

TD.FOOTER, A.FOOTER
{
	color: white;
}

UL
{
/*	margin-left: 0px;*/
/*	padding-left: 20px;*/
/*	border-left: 0px;*/
	list-style: circle;
	margin-top: 0mm;
	margin-bottom: 1mm;
}

INPUT.TEXTBOX
{
	padding: 1px;
	border: 1px solid black;
	background: white;
}

SELECT.SELECTBOX
{
	margin: 0px;
	padding: 0px;
	border: 1px solid black;
	background: white;
	text-decoration: none;
}

INPUT.BUTTON
{
	border: 1px outset black;
}
 
OPTION.OPTIONBOX
{
	border: none;
/*	background: #c0c0c0;*/
}

/*LI.MENUITEM
{
	text-align: center;
}*/

LI.MENUITEM:HOVER
{
	background: #c0c0c0;
}

A.MENUITEM:HOVER
{
	text-decoration: none;
}

DIV.MENUITEM
{
	padding: 1px;
}

DIV.MENUITEM:HOVER
{
	background: #c0c0c0;
}

