

a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #ff0000;
}
a:active {
	color: #000000;
}


.tblHdr {
    font-family: arial;
    font-size: 10pt;
    font-weight: bold;
    color: #330000;
    background-color: #ffffcc;
}
.arial1 {
    font-family: arial;
    font-size: 8pt;
    font-weight: normal;
    color: #000000;
}
.arial2 {
    font-family: arial;
    font-size: 10pt;
    font-weight: normal;
    color: #000000;
}
.arial2bold {
    font-family: arial;
    font-size: 10pt;
    font-weight: bold;
    color: #000000;
}
.arial2brown {
    font-family: arial;
    font-size: 10pt;
    font-weight: normal;
    color: #330000;
}
.arial2red {
    font-family: arial;
    font-size: 10pt;
    font-weight: normal;
    color: #ff0000;
}
.arial2redbold {
    font-family: arial;
    font-size: 10pt;
    font-weight: bold;
    color: #ff0000;
}
.arial2brownbold {
    font-family: arial;
    font-size: 10pt;
    font-weight: bold;
    color: #330000;
}
.arial2greenbold {
    font-family: arial;
    font-size: 10pt;
    font-weight: bold;
    color: #006600;
}
.arial3 {
    font-family: arial;
    font-size: 12pt;
    font-weight: normal;
    color: #000000;
}
.arial3bold {
    font-family: arial;
    font-size: 12pt;
    font-weight: bold;
    color: #000000;
}
.arial3brownbold {
    font-family: arial;
    font-size: 12pt;
    font-weight: bold;
    color: #330000;
}

.oddRow {
    background-color: #000099;
}
.evenRow {
    background-color: #cccccc;
}
.pageHdr {
    font-family: arial;
    font-size: 12pt;
    font-weight: bold;
    text-decoration: underline;
    color: #000000;
}
.title {
    font-family: arial;
    font-size: 10pt;
    font-weight: bold;
    color: #cc0000;
}
.value {
    font-family: arial;
    font-size: 10pt;
    font-weight: bold;
    color: #000000;
    background-color: #cccccc;
}

.formSubmit
{
color: #000000;
background-color: #ffffff;
border-color : #000000;
border-top : 1px solid;
border-bottom : 1px solid;
border-left : 1px solid;
border-right : 1px solid;
font-family : arial,tahoma,verdana;
font-size : 12px;
font-weight: bold;
}

.formBox
{
color : #000000;
background : #FFFFFF;
border-color : #000000;
border-top : 1px solid;
border-bottom : 1px solid;
border-left : 1px solid;
border-right : 1px solid;
font-family : arial,tahoma,verdana;
font-size : 12px;
}

#toolbar 	{	
			margin: 0;
			padding: 0;
			width: 420px;
			background: buttonface;
			border-top: 1px solid buttonhighlight;
			border-left: 1px solid buttonhighlight;
			border-bottom: 1px solid buttonshadow;
			border-right: 1px solid buttonshadow;
			text-align:right;
		  	}
			
.button 	{
			background: buttonface; 
			border: 1px solid buttonface;
			margin: 1; 
			}
			
.raised		{ 
			border-top: 1px solid buttonhighlight;
			border-left: 1px solid buttonhighlight;
			border-bottom: 1px solid buttonshadow;
			border-right: 1px solid buttonshadow;
			background: buttonface;
			margin: 1;
			}
			
.pressed	{
			border-top: 1px solid buttonshadow;
			border-left: 1px solid buttonshadow;
			border-bottom: 1px solid buttonhighlight;
			border-right: 1px solid buttonhighlight;
			background: buttonface;
			margin: 1;
			}

