/* CSS Document */

body {
margin: 0px;
background: #E3D7B2;
}

.bg_sides {
background: url(photos/bg_header.jpg) top left repeat-x;
}

.bg_main {
background: url(photos/bg_header.jpg) top left repeat-x;
padding: 48px 0px 0px 0px;
}

.bg_nav {
background: url(photos/bg_nav.jpg) top left repeat-y;
font-family: arial, verdana, sans-serif;
font-size: 10pt;
color: #000000;
font-weight: bold;
line-height: 20px;
}

.main_outline {
border: solid 1px #000000;
}

.img_border {
border: solid 1px #000000;
}

.content {
padding: 18px 14px 15px 14px;
background: #ffffff;
font-family: arial, verdana, sans-serif;
font-size: 10pt;
color: #000000;
line-height: 20px;
text-align: justify;
}

.title {
font-family: arial, verdana, sans-serif;
font-size: 11pt;
color: #000099;
font-weight: bold;
margin-bottom: 8px; 
}


a.nav_link:link {
text-decoration : none;
color: #4E6698;
font-weight: bold;
display: block;
}

a.nav_link:visited  {
text-decoration : none;
font-weight: bold;
color: #4E6698;
display: block;
}

a.nav_link:hover {
text-decoration : none;
font-weight: bold;
color : #7B91BB;
display: block;
}















