body {
        margin: 0px;
        padding: 0px;
        background-color: #3948B1;

        font-family: Verdana;
        font-size: 11px;
        color: #FFFFFF;
}

h1, h2, {
        font-family: Myriad Pro, Verdana;
        font-size: 16px;
        font-weight: bold;
        color: #3948B1;
}
h3 {
        font-family: Verdana;
        font-size: 11px;
        font-weight: bold;
        color: Black;
		margin-bottom: 10px;
}

ul {
        margin-top: 0px;
        margin-bottom: 0px;
}

tr {
        vertical-align: top;
}

td {
        font-family: Verdana;
        font-size: 11px;
}
th {
        font-family: Verdana;
        font-size: 11px;
}

table.t_cat {
	width: 100%;
	font-size: 9px;
	border: 1px solid #cccccc;
}
table.t_cat td, table.t_cat th {
	text-align: center;
	border: 1px solid #cccccc;	
	padding: 2px 2px 2px 2px;
	vertical-align: middle;
}

a {
        font-family: Verdana;
        font-size: 11px;
        color: #FFFFFF;
        text-decoration: underline;
}
a:hover {
        text-decoration: none;
}


.mainmenu {
        background-color: #FFFFFF;
        background-image: url('img/menu/bg.gif');
        background-repeat: repeat-x;
        background-position: top;
}

.content {
   padding: 0px 0px 30px 30px;
        background-color: #3948B1;
        background-image: url('img/bg.gif');
        background-repeat: repeat-x;
        background-position: top;
        color: #FFFFFF;
}
.content table {
        color: #FFFFFF;
}

.content_white {
   padding: 0px 0px 30px 30px;
        background-color: #FFFFFF;
        background-image: url('img/shadow.gif');
        background-repeat: repeat-x;
        background-position: top;
        color: #000000;
}
.content_white table {
        color: #000000;
}

.content_white a {
        font-family: Verdana;
        font-size: 11px;
        color: #243296;
}

.footer {
   height: 49px;
   padding: 0px 30px 0px 30px;
        background-color: #3C56BC;
        background-image: url('img/footer/bg.gif');
        background-repeat: repeat-x;
        background-position: top;
}
.footer tr {
        vertical-align: middle;
}
.footer td {
        font-family: Verdana;
        font-size: 11px;
        color: #FFFFFF;
}
.footer a {
        font-size: 11px;
        text-decoration: none;
}
.footer a:hover {
        text-decoration: underline;
}

.categ {
        font-family: Verdana;
   		font-size: 12px;
        font-weight: bold;
         color: #243397;
        line-height: 20px;
}
.categ a {
        font-family: Verdana;
   		font-size: 12px;
        font-weight: bold;
        text-decoration: none;
}
.categ a:hover {
        text-decoration: underline;
}
.categ_selected {
        font-family: Verdana;
   		font-size: 12px;
        font-weight: bold;
         color: #666666;
        line-height: 20px;
}
.sub_categ {
        font-family: Verdana;
		font-size: 11px;
        font-weight: normal;
        color: #243397;
        line-height: 20px;
        margin-left: 20px;
}
.sub_categ a {
        font-family: Verdana;
   font-size: 11px;
        font-weight: normal;
        text-decoration: none;
}
.sub_categ a:hover {
        text-decoration: underline;
}
.sub_categ_selected {
        font-family: Verdana;
        font-size: 11px;
        font-weight: normal;
        color: #666666;
        line-height: 20px;
        margin-left: 20px;
}

.item {
        font-family: Verdana;
   font-size: 11px;
        font-weight: normal;
         color: #243397;
        line-height: 20px;
        margin-left: 20px;
}
.item a {
        font-family: Verdana;
   font-size: 11px;
        font-weight: normal;
        text-decoration: none;
}
.item a:hover {
        text-decoration: underline;
}
.item_selected {
        font-family: Verdana;
        font-size: 11px;
        font-weight: normal;
        color: #666666;
        line-height: 20px;
        margin-left: 20px;
}

table.cat_item {
      width: 100%;
}
table.cat_item td.image {
      padding-left: 20px;
}
table.cat_item table.info {
      width: 100%;
}
table.cat_item table.info tr.header td {
      font-weight: bold;
      padding-top:    0px;
      padding-bottom: 5px;
}
table.cat_item table.info td {
      padding-bottom: 15px;
}
div.cat_item {
      width: 100%;
      margin-bottom: 10px;
}
div.cat_item p {
      padding-bottom: 0px;
}
div.cat_item a.title {
      font-weight: bold;
      font-family: Myriad Pro, Verdana;
      font-size: 12px;
}

