/**************************************************************************/
/* STANDARD HTML TAGS                                                     */ 
/**************************************************************************/

body{
	background-color: #FFFFFF;
	margin: 10px;
	color: #333333;
}

p, td{
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #333333;
}

h1{
	color: #333333;
	font-family: Arial;
	font-size: 22px;
	font-weight: bold;
}

h1.stylish{
	background-image: url(../graphics/h1_style.gif);
	background-repeat: no-repeat;
	padding-left: 23px;
	color: #333333;
	font-family: Arial;
	font-size: 22px;
	font-weight: bold;
}

h2{
	font-family: Arial, Verdana;
	font-size: 18px;
	color: #000000;
}

h3{
	font-family: Arial, Verdana;
	font-size: 14px;
}
h3.stylish{
	background-image: url(../graphics/h3_style.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	font-family: Arial, Verdana;
	font-size: 16px;
	font-weight: bold;
}
h4{
	font-family: Arial, Verdana;
	font-size: 12px;
}

h5{
	font-family: Arial, Verdana;
	font-size: 11px;
}

h6{
	font-family: Arial, Verdana;
	font-size: 10px;
}


input, select{
	border: 1px solid #9C9C9C;
	background-color: White;
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #2E2E2E;
	height: 20px;
}

textarea{
	border: 1px solid #9C9C9C;
	background-color: White;
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #2E2E2E;
}

a{
	color: #003366;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	color: #003366;
}


/**************************************************************************/
/* COMPONENTS                                                             */ 
/**************************************************************************/
a.topmenu{
	color: #003366;
	text-decoration: none;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
}

a.topmenu:hover{
	text-decoration: underline;
	color: #0033CC;
	font-weight: bold;
}

.header {
	font-size: 30px;
	color: #0E1F7C;
	font-family: Arial, Verdana;
	font-weight: bold; 
}

.subtitle {
	color: #333333;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
}
.small {
	font-size: 10px;
}

.verysmall {
	font-size: 9px;
}

.breadcrumbs {
	font-size: 10px;
}
a.breadcrumbs{
	text-decoration: none;
	color: #003366;
}

a.breadcrumbs:hover{
	text-decoration: underline;
	color: #003399;
}

ul.arrow { 
}

li.arrow { 
	list-style-type: none; 
	list-style-image: url(../graphics/li_arrow_long.gif);
        margin: 5px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
} 
ul.menu { 
        margin: 0px 0px 5px 5px;
        padding: 6px 0px 0px 12px;
}

li.menu { 
	list-style-type: none; 
	list-style-image: url(../graphics/arrow.gif);
        margin: 5px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
} 


ul.arrowwhite { 
        margin: 0px 0px 5px 5px;
        padding: 0px 0px 12px 12px;
}
li.arrowwhite { 
	list-style-type: none; 
	list-style-image: url(../graphics/arrow_white.gif);
        margin: 5px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
} 

.tblhead{
	background-color: #0033CC;
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.colhead{
	background-color: #009900;
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.tblrowodd{
	background-color: #EEEEEE;
	font-family: Verdana, Arial;
	font-size: 11px;
}
.tblroweven{
	background-color: #DEDEDE;
	font-family: Verdana, Arial;
	font-size: 11px;
}

input.btn {
	border: 1px solid #FFFFFF;
	background-color: #009900;
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	height: 20px;
}

input.noborder{
	border: 0px;
	background-color: White;
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #2E2E2E;
	height: 20px;
}


.iframes {
	border: 0px solid #9C9C9C;
	background-color: White;
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #2E2E2E;
}

.radio{
	border: 0px solid #9C9C9C;
	background-color: White;
	font-family: Verdana, Arial;
	color: #2E2E2E;
	height: 20px;
}


/**************************************************************************/
/* SWITCH MENU COMPONENTS                                                 */ 
/**************************************************************************/
.menutitlebox{
	cursor:pointer;
	background-color:#ECECEC;
	color:#FFFFFF;
	width:175px;
	height:25px;
	line-height:25px;
	font-weight:bold;
	background-image:url(../graphics/menu_bg.gif);
	margin-bottom: 1px;
}

a.menutitlebox{
	text-decoration: none;
}

a.menutitlebox:hover{
	text-decoration: none;
}

.submenu{
	margin-bottom: 0.5em;
}