/* CSS Document */
body {
font-family:Tahoma, Arial, verdana;
font-size:12px;
color:#424242;
}


/* header */

.mainpage-text {
font-size:12px;

}

.space
{ line-height:20px;
}

.bg-strip {
background-image:url(images/bg-strip.jpg);
background-repeat:repeat-y;
width:610px;
}

.white-bg {
background-color:#FFFFFF;
height:1px;
}

.menu-bg-color {
background-color:#006EC3;
}

.table-border {
border:1px solid #A7BFD0;
}

.menu-text a{
font-size:11px;
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
}

.menu-text a:hover{
font-weight:bold;
color:#CAE4F7;
}

.text-color a{
font-size:11px;
color:#003087;
text-decoration:none;
}

.text-color a:hover{
font-size:11px;
color:#000000;
text-decoration:underline;
}


/* content */

.upper-strip {
background-color:#769DBE;
height:7px;
}

.link-text a{
color:#000000;
text-decoration:underline;
}

.link-text a:hover{
color:#0000FF;
text-decoration:none;
}

.bold-text {
font-size:12px;
font-weight:bold;
}






/* footer */

.foter-bgcolor {
background-color:#A2CAE7;
height:5px;
}

.footer-bg {
background-image:url(images/footer-bg.jpg);
height:45px;
background-repeat:repeat-x;
padding:0px 0px 8px 2px; 
}