/* default STYLESHEET */

body {
	margin : 0px 0px 0px 0px;
	padding: 0 ;
	height: 100% ;
	border: none ;
	background : #FFFFFF ;
        background-image : url() ;
}

td {
        font-family: Verdana,Arial,Helvetica,sans-serif;
        font-size : 8pt ;
        color : #333333 ;
}

a {
	text-decoration : none ;
}

a:link {
	color : #0000FF ; 
	font-weight : bold ;
	text-decoration : none ;
}

a:visited {
	color : #0000FF ;
	font-weight : bold ;
}

a:hover {
	text-decoration : underline ;
	background-color : #FFFF66 ;
}

.imagebox {
	border: thin solid #000000
}

.logo:hover {
	background-color : #FFFFFF ;
}

fieldset {
	color: #333333;
	font: normal 8.2pt verdana, arial, helvetica, sans-serif;
	-moz-border-radius: 5px;
	border:1px solid #003366;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
	}

fieldset legend {
	color: #ffffff;
	font: bold 10pt verdana, arial, helvetica, sans-serif ;
	-moz-border-radius: 5px;
	border:1px solid #003366;
	background-color: #3366cc;
	margin-bottom: 2px;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	}

.legend { }

.legend:link {
	color: #ffffff;
	text-decoration : none ;
	}

.legend:visited {
	color: #ffffff;
	text-decoration : none ;
	}

.legend:hover {
	color: #0000ff;
	background-color: #99CCFF;
	text-decoration : underline ;
	margin-bottom: 2px;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	}

.header {
	background : #3366CC ;
        background-image : url(/bin/design/elements/headerback.jpg) ;
}

.title {
	font-size: 15pt; 
	font-weight: bold; 
	color: #3366CC
}

.slogan {
	font-weight: bold; 
	font-style: italic; 
}

.sidebar {
	border-style: solid none none solid ;
	border-color: #000000 ;
	border-width: thin ;
	width: 40px ;
	background : #3366CC ;
        background-image : url(/bin/design/elements/sidebarback.jpg) ;
}

.indent1 {
	overflow: auto; 
	position: relative; 
	left: 20px
}

.indent2 {
	overflow: auto; 
	position: relative; 
	left: 70px
}

.indent3 {
	overflow: auto; 
	position: relative; 
	left: 120px
}

.menutitle {
	font-size: 13pt; 
	font-weight: bold; 
	color: #3366CC
}

.menutitle:link {
	color: #3366CC !important ;
	font-weight : bold ;
	text-decoration : underline ;
}

.menutitle:visited {
	color: #3366CC !important ;
	font-weight : bold ;
	text-decoration : underline ;
}

.menutitle:hover {
	color : #0000FF !important ;
	text-decoration : underline ;
	background-color : #FFFF66 ;
}

.submenu {
	font-weight: bold ;
	text-decoration : none ;
}

.submenu:link {
	color : #333333 !important ;
	font-weight : bold ;
}

.submenu:visited {
	color : #333333 !important ;
	font-weight : bold ;
}

.submenu:hover {
	color : #0000FF !important ;
	text-decoration : underline ;
	background-color : #FFFF66 ;
}

.submenutitle {
        font-size : 9pt ;
        font-weight: bold; 
        text-decoration : underline ;
	color: #333333;
}

.submenutitle:link {
	color: #333333;
	}

.submenutitle:visited {
	color: #333333;
	}

.submenutitle:hover {
	color: #0000ff;
	text-decoration : underline ;
	}

