@charset "utf-8";
/* CSS Document */

a:link       { font-family: Arial; font-size: 10pt; color: #025CA6; font-weight: bold; text-decoration:none;}
a:visited	 { font-family: Arial; font-size: 10pt; color: #025CA6; font-weight: bold; text-decoration:none; }
a:hover      { font-family: Arial; font-size: 10pt; color: #FF6600; font-weight: bold; text-decoration:none; }

body         { font-family: Arial; font-size: 10pt; color: #025CA6 }
h1           { font-family: Arial; font-size: 12pt; color: #FF6600; font-weight: bold; line-height:150%; margin-top:0; margin-bottom:0 }
h2           { font-family: Arial; font-size: 12pt; color: #FF6600; font-weight: bold; line-height:150%; margin-top:0; margin-bottom:0 }
table        { font-family: Arial; font-size: 10pt; color: #025CA6 }

#send {
font-family: Arial; 
font-size: 10pt; 
color: #025CA6;
font-weight:bold;
}

.button {
border: 1px double #015c9d;
background-color:#e8f0f6;
font-size:10px;
font-weight:bold;
color:#015c9d;
margin:2px;
}

#leftlogo {
background-color:#bfe2fb;
width:230px;
}

#header {
background-color:#bfe2fb;
width:750px;
font-weight:bold;
border-bottom:1px solid #CCCCCC;
}

#maintable {
width:1000px;
border-left:1px solid;
border-right:1px solid;
border-bottom:1px solid;
border-color: #0c71ba;
background-color:#FFFFFF;
}


.1 {
	font-size: 12px;
	font-weight: bold;
}
.2 {font-size: 10px}

.leftmenu { 
background: url(images/bg_left.jpg) repeat-y;
border-bottom:1px solid #CCCCCC;
border-top:0px;
}

.leftmenu_top { 
background: url(images/bg_left.jpg) repeat-y;
}



.separator {
height:30px;
background: url(images/separator.jpg) repeat-x;
}

.content {
padding:6px;
}


.module {
border-top:4px outset #bfe2fb;
margin-bottom:10px;
}

#bottom {
height:35px;
background:url(images/separator.jpg) repeat-x;
}

#bottom a{
font-size:9px;
}

#bottom a:hover {
color:#FF6600;
}

.copyright {
font-size:10px;
padding: 10px;
}

#main_bg {
background:url(images/bg_main.jpg) repeat-x;
}

#small, small a {
font-size:10px;
}