


/*----------- body --------------------*/
body
{
 background-color: #F9F6F1;
 margin: 10px;
}

table
{
	border-collapse: collapse;
}

td
{
	font-family: verdana;
	font-size: 10pt;
}

/*-------------- header --------------------*/


.header a:visited
{
    color: #990000;
}
.header a:active
{
    color: #990000;
}
.header a:hover
{
    color: #190B3A;
}
.header a
{
    font-weight: bold;
    font-size: 8pt;
    color: #990000;
    font-family: verdana;
    text-decoration: none;
}





/*--------- topmenu ------------------*/

.topmenu
{
	background-color: #002441;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: yes;
	background-position: center center;	
	color: #ffffff;
	text-align: center;
	font-size: 12pt;
	border-left: 1px solid #002441;	
	border-right: 1px solid #002441;	
	border-bottom: 1px solid #002441;
}

.topmenu a:visited
{
    color: #ffffff;
}
.topmenu a:active
{
    color: #ffffff;
}
.topmenu a:hover
{
    color: #A1924F;
}
.topmenu a
{
    font-weight: normal;
    font-size: 10pt;
    color: #ffffff;
    font-family: verdana;
    text-decoration: none;
}

/*--------- submenu ------------------*/

.submenu
{
	background-color: #16669A;
	color: #ffffff;
	padding: 7 10 5 10;	
}

.submenu li
{
	list-style: square;
	color: #ffffff;
}

.submenu a:visited
{
    color: #ffffff;
}
.submenu a:active
{
    color: #ffffff;
}
.submenu a:hover
{
    color: #990000;
}
.submenu a
{
    font-weight: normal;
    font-size: 10pt;
    color: #ffffff;
    font-family: verdana;
    text-decoration: none;
}




/*----------------- content --------------*/
.express
{
	padding: 10px;
	background-color: #D9BF9D;
	background-image: url(../images/services_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-attachment: fixed;	
	border-left: #990000 1px solid;
	border-bottom: #990000 1px solid;
	
}

.express a:visited
{
    color: #000000;
}
.express a:active
{
    color: #000000;
}
.express a:hover
{
    color: #990000;
}
.express a
{
    font-weight: bold;
    font-size: 10pt;
    color: #000000;
    font-family: verdana;
    text-decoration: underline;
}

/*----------------- content --------------*/
.content
{
	background-color: #ffffff;
	color: #000000;
	padding: 10px;
	border-right: #990000 1px solid;
	border-left: #990000 1px solid;
	border-bottom: #990000 1px solid;
	
	
}	





li
{
	list-style: square;
	color: #000000;
}

a:visited
{
    color: #990000;
}
a:active
{
    color: #990000;
}
a:hover
{
    color: #190B3A;
}

a
{
    font-weight: normal;
    font-size: 10pt;
    color: #990000;
    font-family: verdana;
    text-decoration: underline;
}

div.scroll
{
	height: 130px;
	width: 100%;
	overflow: auto;
	border: 1px;
	background-color: #ffffff;
	padding: 8px;
}
/*--------- support ------------------*/

.support
{
	background-color: #E6D4BE;
	color: #000000;					
	border-left: #990000 1px solid;
	border-bottom: #990000 1px solid;	
}

.support div
{
	 padding: 10pt
}

.support li
{
	list-style: square;
	color: #990000;
}

.support a:visited
{
    color: #990000;
}
.support a:active
{
    color: #990000;
}
.support a:hover
{
    color: #190B3A;
}
.support a
{
    font-weight: bold;
    font-size: 10pt;
    color: #990000;
    font-family: verdana;
    text-decoration: none;
}

/*----------------- locator ----------------*/
.locator
{
	background-color: #FDFBF5;
	color: #000000;
	padding: 10px;
	
	border-bottom: #990000 1px solid;
	border-right: #990000 1px solid;
	border-left: #990000 1px solid;
}

/*----------------- news links -------------*/
.news
{
	background-color: #FDEED0;
	color: #000000;
	padding: 10px;
	
	border-bottom: #990000 1px solid;
	border-right: #990000 1px solid
}

/*--------------- calculator ----------------*/
.calculator
{
	background-color: #E3D8C6;
	color: #000000;
	padding: 10px;
	border-left: #990000 1px solid;
	border-bottom: #990000 1px solid;
	border-right: #990000 1px solid;
}

/*------------- footer ------------------*/
.footer
{
	background-color: #002441;	
	color: #ffffff;
	text-align: center;
	font-size: 7pt;
	border-left: #002441 1px solid;	
	border-right: #002441 1px solid;	
	border-bottom: #002441 1px solid;	
}

.footer td
{
	padding: 4 10 4 10;
	font-size: 7pt;
}

.footer a:visited
{
    color: #ffffff;
}
.footer a:active
{
    color: #ffffff;
}
.footer a:hover
{
    color: #A1924F;
}
.footer a
{
    font-weight: normal;
    font-size: 7pt;
    color: #ffffff;
    font-family: verdana;
    text-decoration: none;
}


/*------ basics -----------*/
h1
{
 font-weight: bold;
 font-size: 13pt;
 font-family: verdana;
}

input
{
	font-family: verdana;
	font-size: 8pt;
}

textarea
{
	font-family: verdana;
	font-size: 8pt;
}

hr
{
    color: #990000;
    height: 1px;
}


/*------ buttons -----------*/
	
		a.button, a.buttonDis {
		display: block;
		background-color: transparent;
		background-image: url(../images/button.jpg);
		background-repeat: repeat;		
		height: 26px;
		margin: 0 0 0 0 ;
		padding: 7 10 5 10;
		text-align: center;
		font-size: 10px;
		font-weight: normal;
		text-decoration: none;
		font-family: verdana;
		}
		a.button:link, a.button:visited {
		color: #ffffff;
		}
		a.button:hover, a.button:active {
		background-position: 0 -26px;
		color: #ffffff;
		}
		a.buttonDis:link, a.buttonDis:visited, a.buttonDis:hover, a.buttonDis:active {
		background-position: 0 -74px;
		color: #ffffff;
		cursor: default;
		}				
		
/*--------- left ------------------*/

.left
{
	background-color: #E6D4BE;
	color: #000000;					
	border-left: #990000 1px solid;
	border-bottom: #990000 1px solid;
	padding: 10px;	
}


.left li
{
	list-style: square;
	color: #990000;
}

.left a:visited
{
    color: #990000;
}
.left a:active
{
    color: #990000;
}
.left a:hover
{
    color: #190B3A;
}
.left a
{
    font-weight: bold;
    font-size: 10pt;
    color: #990000;
    font-family: verdana;
    text-decoration: none;
}