/* CSS Document */

body {
	background-image: url('../images/background.jpg');
	margin:0px auto;
	font-family: Verdana;
	font-size: 12px;
	padding:0px;
	}

/*main */

 /* Text */

table.menu {
font-size: 12px;
color:#FFF;
width:800px;
text-align:center;
height:18px;
}


table.menu td.top_menu{
color:#000;
font-size:100%;
text-align:right;
background-color: #A3A3A3;
padding:0px 16px 0px 0px;
height:18px;
}

span.text{
font-face: verdana;
font-size:75%;
color:#333;
padding:0px 0px 0px 0px;  
}

.home{
font-face: arial;
font-size:70%;
padding:10px 0px 0px 0px;
}

.all{
font-size:70%;
color:#333;
padding:0p 20px 0px 20px;
}

.other{

font-size:70%;
font-weight:bold;
color:#666;
}

table.header{
border-style:none;
border-width:0px 0px 0px 0px;
width:800px;
margin: 15px 0px 0px 0px;
}



table.header td.footer{
	padding:10px 30px 10px 30px;
	font-size:10px; 
	text-align:center;
	line-height:18px;
	color:#333;
	border-top: solid 1px #355696;
	background-color:#fff;
}

table.header td.footer a:link {  color: #333; text-decoration: none;}
table.header td.footer a:visited { color: #333; text-decoration: none;}
table.header td.footer a:hover {  color: red; text-decoration: underline;}


table.head {
font-size:100%;
/*color:#1B587C;*/
background-color: #fff;
width:800px;
}

table.head td.head_text {
border-left:solid 1px #355696;
}


/* start - main body table */

table.body{
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
	margin: 10px 10px 10px 10px;
	width:98%;
}

table.body span.header{
    /*font-size:130%;*/
	font-weight:bold;
	border-width: 0px;
	border-style: solid;
	border-color: #fff;
	line-height:160%;
	
}

table.body td{
	border-width: 0px;
	border-style: solid;
	border-color: #fff;
	padding:0px 10px 10px 0px;
	line-height:140%;
	text-align:justify;
	font-size:12px;
}

table.body a:link {  color: #0000ff; text-decoration: none; }
table.body a:visited { color: #0000ff; text-decoration: none;}
table.body a:hover {  color: #ff0000; text-decoration: underline; }


/* end - main body table */

/* start - top menu menu table */
table.topmenu{
	width:100%;
	border-width: 0px 0px 0px 0px;
	border-style: none;
	border-color: #cdcdcd;
}

table.topmenu td{
	border-width: 0px 0px 0px 0px;
	border-style: none;
	border-color: #cdcdcd;
	padding:0px 10px 0px 10px;
	font-size: 12px;
	color:#000;
	height:23px;
	background-color:#A3A3A3;
	text-transform:uppercase;
}

table.topmenu a:link { color: #000; text-decoration: none;}
table.topmenu a:visited { color: #000; text-decoration: none;}
table.topmenu a:hover { color: #fff; text-decoration: underline;}

/* end - top menu menu table */

/* start - left menu table */

table.leftmenu{
	margin: 0px 0px 0px 0px;
	border-width: 0px 1px 0px 0px;
	border-style: none;
	border-color: #344D56;
}

table.leftmenu th{
background-color:#355696;
text-transform:uppercase;
color:#fff;
height:18px;
padding:5px 15px 5px 0px;
font-size:12px; 
text-align:right;

}


table.leftmenu td.menu{
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #B7C3D2;
	padding:5px 15px 5px 0px;
	font-size:10px; 
	text-align:right;
}

table.leftmenu a:link { color: #333; text-decoration: none;}
table.leftmenu a:visited { color: #333; text-decoration: none;}
table.leftmenu a:hover, a:active { color:#355696; text-decoration: underline;}

/* end - left menu table */



/* start short form classes */

#whitebg {
	border-width: 1px ;
	border-color: #fff;
	border-style:solid;
	background-color: #F1F1F3;
	padding: 5px;
	margin: 10px 5px 5px 5px;
}

#whitebg a:link; a:visited; a:active
	{	
	text-decoration: none;
	color:	#3333cc;
	}	
	
#whitebg a:hover	{	
	text-decoration: underline;
	color:	#3333cc;
	}

#contentdiv {
	border-width: 1px 3px 3px 1px;
	border-color: #C0BEBE;
	border-style:solid;
	background-color: #D6D6D6;
	padding: 2px;
	margin: 5px 0px 5px 5px;
}
	
#contentdiv a:link; a:visited; a:active
	{	
	text-decoration: none;
	color:	#3333cc;
	}	
	
#contentdiv a:hover	{	
	text-decoration: underline;
	color:	#3333cc;
	}

.strong {
	/*font-size:110%; */
	font-weight: bold;
	font-style: italic;
	color:#1B587C;
}

.dropdown {
	font-family: verdana;
	font-size: 9px;
}


/* end  short form classes */

















