/* CSS Document */

.cursor_default{ cursor: default; }

.normal
    {
	color: black;
	font-size: 12px;
	font-family: "Lucida Grande", LucidaGrande, Helvetica, Arial, Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
.normal:link     { color: #003366; text-decoration: underline }
.normal:visited  { color: #000; text-decoration: underline }
.normal:hover      { color: black; text-decoration: none }

.selected 
{  
font-family: Garamond, Times, Bookman, Helvetica; 
font-size: 11px; 
font-weight: bold; 
color: #FFFFFF; 
text-decoration: none
}

.selected2 
{  
font-family: Arial, Helvetica, sans-serif; 
font-size: 11px; 
font-weight: normal; 
color: #FFFFFF; 
text-decoration: none
}

.normalunderline
{ 
	font-family: verdana, arial, helvetica, sans serif; 
	font-size: 11px;
	font-style: normal;	 
	font-weight: normal;  
	color: #8486C0;
	text-decoration: none;	
}

.bold
{ 
	font-family: "Lucida Grande", LucidaGrande, helvetica, arial, verdana, "sans serif"; 
	font-size: 12px;
	font-style: normal;	 
	font-weight: bold;  
	color: #500000;
}

.pagetitle
    { color: #500000; font-size: 16px; font-family: "Lucida Grande", LucidaGrande, Helvetica, Arial, Verdana, sans-serif; font-style: normal; font-weight: bold ; line-height: 19px; }

.header
{ 
	font-family: verdana, arial, helvetica, sans serif; 
	font-size: 12px;
	font-style: normal;	 
	font-weight: bold;  
	color: #CF9A70;
}

.boldunderline
{ 
	font-family: verdana, arial, helvetica, sans serif; 
	font-size: 11px;
	font-style: normal;	 
	font-weight: bold;  
	color: #C48710;
	text-decoration: none;
}

.language
{ 
	font-family: arial, helvetica, sans serif; 
	font-size: 11px;
	font-style: normal;	 
	font-weight: normal;  
	color: #242553;
}
.language:link { text-decoration: none;}
.language:visited { text-decoration: none;}
.language:hover { text-decoration: underline;}


/* Menu classes */
.menu_level01
{ 
	font-family: arial, helvetica, sans serif; 
	font-size: 11px;
	font-style: normal;	 
	font-weight: bold;  
	color: #996633;
	background-color: #242553;
}
.menu_level01:link 
{ 
	text-decoration: none;
	color: #8486C0;

}
.menu_level01:visited 
{ 
	text-decoration: none;
	color: #8486C0;
}
.menu_level01:hover 
{ 
	text-decoration: none;
	color: #FFFFFF;
}

.menu_level02
{ 
	font-family: arial, helvetica, sans serif; 
	font-size: 11px;
	font-style: normal;	 
	font-weight: normal;  
	color: #242553;
	background-color: #8486C0;
}
.menu_level02:link { text-decoration: none;}
.menu_level02:visited { text-decoration: none;}
.menu_level02:hover 
{ 
	text-decoration: none;
	color: #FFFFFF;
}

.menu_level03
{ 
	font-family: arial, helvetica, sans serif; 
	font-size: 11px;
	font-style: normal;	 
	font-weight: normal;  
	color: #242553;
	background-color: #C48710;
}
.menu_level03:link { text-decoration: none;}
.menu_level03:visited { text-decoration: none;}
.menu_level03:hover 
{ 
	text-decoration: none;
	color: #FFFFFF;
}

.menu_level04
{ 
	font-family: arial, helvetica, sans serif; 
	font-size: 11px;
	font-style: normal;	 
	font-weight: normal;  
	color: #242553;
}
.menu_level04:link { text-decoration: none;}
.menu_level04:visited { text-decoration: none;}
.menu_level04:hover 
{ 
	text-decoration: none;
	color: #FFFFFF;
}


.footer
{ 
	font-family: verdana, arial, helvetica, sans serif; 
	font-size: 9px;
	font-style: normal;	 
	font-weight: normal;  
	color: #847C7F; 
}


/* Form Classes */

.txtBox  
{		
	font-family: verdana, arial, helvetica, sans serif; 
	font-size: 11px;
	background-color: #F3F3F3; 
	color: #000000;
	width: 170px; 
	border: 1px solid #9B9596;
}

.txtBox2  
{		
	font-family: verdana, arial, helvetica, sans serif; 
	font-size: 11px;
	background-color: #F3F3F3; 
	color: #000000;
	width: 40px; 
	border: 1px solid #9B9596;
}

.txtBox3  
{		
	font-family: verdana, arial, helvetica, sans serif; 
	font-size: 11px;
	background-color: #F3F3F3; 
	color: #000000;
	width: 80px; 
	border: 1px solid #9B9596;
}

.txtBox4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	width: 200px;
	background-color: #F3F3F3;
	border: 1px solid #9B9596;
}

SELECT.selectBox
{	
	font-family: verdana, arial, helvetica, sans serif; 
	font-size: 11px;
	background-color: #F3F3F3; 
	color: #000000; 
	width: 170px; 
}
