/* CSS Document */


/* html elements */

body{}

a,h1,h2,h3,h4,h5,h6{color:#012365;}
a:hover{color:#006699;}

hr{border:0;color:#012365;background:#012365;}

/* general classes */


/* container classes */

.admin_con{color: #c00;}
.main_con{}

.body_con{}

.body_content{}

.body_foot{}

.nav_con{}

.nav_foot{}

.subnav_content{}

html>body .subnav_foot{}

.nav_con ul li a{}

.nav_con ul li.selected a,.nav_con ul li.selected a:hover{}

.nav_con ul li a:hover{}

.subnav_con ul li a{}

.subnav_con ul li.selected a,.subnav_con ul li.selected a:hover{}

.subnav_con ul li a:hover{}

/* table elements */

.tab1{
background: #fff;
}

.tab1 th, .tab1 td{
border: 1px solid #012365;
}

.tab1 th{
background:#012365;
color: #fff;
}

.tab1 th.thnobg{
background: transparent;
color:#012365;
}

.tab1 th a{
color: #fff;
}

.alt{
background: #d2effd;
}