<STYLE type="text/css">
/* BASIC HTML */
H1	{
	font-size : 16px;
	font-family : Verdana, Helvetica, sans-serif;
	font-weight : bold;
	color : Navy;
	}

.H1	{
	font-size : 16px;
	font-family : Verdana, Helvetica, sans-serif;
	font-weight : bold;
	color : Navy;
	}
	
H2	{
	font-size : 15px;
	font-family : Verdana, Helvetica, sans-serif;
	font-weight : bold;
	color : Navy;
	}

.H2	{
	font-size : 15px;
	font-family : Verdana, Helvetica, sans-serif;
	font-weight : bold;
	color : Navy;
	}

H3	{
	font-size : 13px;
	font-family : Verdana, Helvetica, sans-serif;
	font-weight : bold;
	color : Navy;
	}

.H3	{
	font-size : 13px;
	font-family : Verdana, Helvetica, sans-serif;
	font-weight : bold;
	color : Navy;
	}
		
H4	{
	font-size : 11px;
	font-family : Verdana, Helvetica, sans-serif;
	font-weight : bold;
	color : Navy;
	}

.H4	{
	font-size : 11px;
	font-family : Verdana, Helvetica, sans-serif;
	font-weight : bold;
	color : Navy;
	}

body {
	font-size : 12px;
	font-family : Verdana, Helvetica, sans-serif;
	font-weight : normal;
	color : black;
	
	}

td	{
	font-size : 10px;
	font-family : Verdana, Helvetica, sans-serif;
	font-weight : normal;
	color : black;
	}

th	{
	font-size : 10px;
	font-family : Verdana, Helvetica, sans-serif;
	color : black;
	}
	
p	{
	font-size : 10px;
	font-family : Verdana, Helvetica, sans-serif;
	font-weight : normal;
	color : black;
	}

.p	{
	font-size : 10px;
	font-family : Verdana, Helvetica, sans-serif;
	font-weight : normal;
	color : black;
	}
	
a	{
	color: #00008b; 
	text-decoration:none ;
	}
	
a:hover {
	color: #dc143c; 
	text-decoration: underline;
	}

.bold	{
	font-weight : bold;
	}

.i	{		
	font-style : italic;
	}

.alert {
	color : red;
	}

.darkalert {
	color : #b22222;
	}

	
	
/* FORMS */

.form {
	font-size : 12px;
	font-weight : normal;
	font-color : black;
	}
	
.textarea	{
	font-size : 11px;
	font-family : Verdana, Helvetica, sans-serif;
	font-weight : normal;
	font-color : black;
	color : black;
	}
	
.selectbox	{
	font-size : 10px;
	font-family : Verdana, Verdana, Helvetica, sans-serif;
	font-weight : normal;
	font-color : black;
	color : black;
	}
	
.field	{
	font-size : 10px;
	font-family : Verdana, Verdana, Helvetica, sans-serif;
	font-weight : normal;
	font-color : 000000;
	color : black;
	}
	
.select	{
	font-size : 10px;
	font-family : Verdana, Verdana, Helvetica, sans-serif;
	font-weight : normal;
	font-color : black;
	color : black;
	border : thin solid Fuchsia;
	}
	

.disabled	{
	font-size : 10px;
	font-family : Verdana, Helvetica, sans-serif;
	font-weight : normal;
	color : black;
	background-color : #f5f5f5;
	}


/* winCore */
.topRow {
	background-color: #000689;
	font-weight: normal;
	color: white;
	font-size : 10px;
	BORDER-LEFT: white 1px solid;
	BORDER-TOP: white 1px solid;
	BORDER-RIGHT: gray 1px solid;
	BORDER-BOTTOM: gray 1px solid;
}
.headerrow {
	background-color: #000689;
	font-weight: normal;
	color: white;
	font-size : 10px;
	BORDER-LEFT: white 1px solid;
	BORDER-TOP: white 1px solid;
	BORDER-RIGHT: gray 1px solid;
	BORDER-BOTTOM: gray 1px solid;
}

.row {
	font-weight: normal;
	color: black;
	font-size : 10px;
	/*background-color : white;*/
}
	
.altRow {
	font-weight: normal;
	color: black;
	font-size : 10px;
	background-color : #f5f5f5;
}

.altRowDark {
	font-weight: normal;
	color: black;
	font-size : 10px;
	background-color : #eaeaea;
}
	


/* new stuff */
.login {
	font-family : Tahoma, Helvetica, sans-serif; 
	font-size : 12px;
	color : black;
	}
	
.winMenu {
	font-family : Tahoma, Helvetica, sans-serif; 
	font-size : 11px;
	color : black;
	border:#dcdcdc 1px solid;
	cursor : default;
	}
	
.winMenuOver {
	border: 1px outset;
	font-family : Tahoma, Helvetica, sans-serif; 
	font-size : 11px;
	color : black;
	cursor : default;
}

.winMenuDown {
	border: 1px inset;
	font-family : Tahoma, Helvetica, sans-serif; 
	font-size : 11px;
	color : black;
	cursor : default;
}


.winMenuText {
	font-family : Tahoma, Helvetica, sans-serif; 
	font-size : 11px;
	color : black;
}

.subMenuTitle
	{
	background-color: Gainsboro;
	BORDER-LEFT: white 1px solid;
	BORDER-TOP: white 1px solid;
	BORDER-RIGHT: none;
	BORDER-BOTTOM: gray 1px solid;
	height: 18px;
}

.subMenuContents
	{
	background-color: white;
}

.subMenuActive {
	background-color: #f5f5f5;
}


.alertbox
	{
	background-color: red;
	font-family : Tahoma, Helvetica, sans-serif; 
	font-weight: bold;
	color: White;
	font-size : 11px;
	BORDER-LEFT: white 1px solid;
	BORDER-TOP: white 1px solid;
	BORDER-RIGHT: gray 1px solid;
	BORDER-BOTTOM: gray 1px solid;
}

.gobox
	{
	background-color: Green;
	font-family : Tahoma, Helvetica, sans-serif; 
	font-weight: bold;
	color: White;
	font-size : 11px;
	BORDER-LEFT: white 1px solid;
	BORDER-TOP: white 1px solid;
	BORDER-RIGHT: gray 1px solid;
	BORDER-BOTTOM: gray 1px solid;
}

.titlebox
	{
	font-family : Tahoma, Helvetica, sans-serif; 
	font-weight: bold;
	color: White;
	font-size : 11px;
	background : #A6CAF0 url(title_background.gif) repeat-y;
	BORDER-LEFT: white 1px solid;
	BORDER-TOP: white 1px solid;
	BORDER-RIGHT: gray 1px solid;
	BORDER-BOTTOM: gray 1px solid;
}

.titlebox2
	{
	font-family : Tahoma, Helvetica, sans-serif; 
	font-weight: bold;
	color: White;
	font-size : 11px;
	background : #A6CAF0 url(title_background.gif) repeat-y;

}

.displayTable
	{
	background-color: white;
	font-family : Tahoma, Helvetica, sans-serif; 
	font-weight: bold;
	color: White;
	font-size : 11px;
	BORDER-LEFT: #eeeeee 1px solid;
	BORDER-TOP: #eeeeee 1px solid;
	BORDER-RIGHT: gray 1px solid;
	BORDER-BOTTOM: gray 1px solid;
}

.titleRow {
	background-color: navy;
	BORDER-LEFT: #eeeeee 1px solid;
	BORDER-TOP: #eeeeee 1px solid;
	BORDER-RIGHT: gray 1px solid;
	BORDER-BOTTOM: gray 1px solid;
	Cursor: Hand;
	font-weight: bold;
	color: White;
	font-size : 11px;
}

.bottomRow {
	background-color: #dcdcdc;
	BORDER-TOP: #eeeeee 1px solid;
}

.addEdit {
	Cursor: Hand;
	text-align : center;
	background-color: #dcdcdc;
	font-weight: normal;
	color: #000080;
	font-size : 10px;
	BORDER-LEFT: white 1px solid;
	BORDER-TOP: white 1px solid;
	BORDER-RIGHT: gray 1px solid;
	BORDER-BOTTOM: gray 1px solid;
}

.addEditOver {
	Cursor: Hand;
	text-align : center;
	background-color: #dcdcdc;
	font-weight: normal;
	color: #dc143c;
	font-size : 10px;
	BORDER-LEFT: gray 1px solid;
	BORDER-TOP: gray 1px solid;
	BORDER-RIGHT: white 1px solid;
	BORDER-BOTTOM: white 1px solid;
}

.addEditB {
	Cursor: Hand;
	background-color: #dcdcdc;
	font-weight: normal;
	color: #000080;
	font-size : 10px;
	BORDER-LEFT: white 1px solid;
	BORDER-TOP: white 1px solid;
	BORDER-RIGHT: gray 1px solid;
	BORDER-BOTTOM: gray 1px solid;
}

.addEditOverB {
	Cursor: Hand;
	text-align : center;
	background-color: #dcdcdc;
	font-weight: normal;
	color: #dc143c;
	font-size : 10px;
	BORDER-LEFT: gray 1px solid;
	BORDER-TOP: gray 1px solid;
	BORDER-RIGHT: white 1px solid;
	BORDER-BOTTOM: white 1px solid;
}

.titleRowEdit 	{
	background-color: #00008b;
	BORDER-LEFT: white 1px solid;
	BORDER-TOP: white 1px solid;
	BORDER-RIGHT: gray 1px solid;
	BORDER-BOTTOM: gray 1px solid;
	Cursor: Hand;
	color: White;
	font-size : 10px;
	width : 1%;
	text-align : center;
}

.titleRowEditOver {
	background-color:  #00008b;
	BORDER-LEFT: gray 1px solid;
	BORDER-TOP: gray 1px solid;
	BORDER-RIGHT: white 1px solid;
	BORDER-BOTTOM: white 1px solid;
	Cursor: Hand;
	color: white;
	font-size : 10px;
	width : 1%;
	text-align : center;
}

.button {
	color : black;
	background-color : #dcdcdc;
	font-size : 10px; 
	}

</STYLE> 