
/* Border color for the dashed lines around content box */
.table_border {
border-color:#D4D5D9;
border-width:1px;
border-style:dashed;
border-bottom:none;
}

/* Border padding for the content box */
.general_text{
color:#ffffff;
border-width:40px;
border-style:solid;
border-top:none;
border-color:#0E172F;
}

/* Yellow box for text */
.box_text{
background-color:#ffffcc;
color:#000000;
font-size:10pt;
padding:10px;
border-style:solid;
border-color:#E3B15A;
border-width:2px;
}

/* White box for text */
.box_text2{
background-color:#ffffff;
color:#000000;
font-size:10pt;
padding:10px;
border-style:solid;
border-color:#E3B15A;
border-width:1px;
}

/* Copyright box text */
.copyright_text{
background-color:#ffffff;
color:#000000;
font-size:10px;
width:300px;
}

/* Style for each page title */
.page_title{
font-weight:bold;
color:#E3B15A;
}

/* Graphic behind the navigation links */
.navigation_graphic{
background-image:url(leftside_sized.jpg);
background-repeat:no-repeat;
}

/* Page Preferences */

.nav{
color:#23C4FF;
width:110px;
font-size:10pt;
background-color:#0E172F;
text-decoration:none;
text-align:left;
font-weight:bold;
}

a:link{
color:#23C4FF;
font-size:10pt;
text-decoration:none;
}
a:visited {
color:#E3B15A;
font-size:10pt;
text-decoration:none;
}
a:active {
color:#E7845A;
text-decoration:none;
}
a:hover {
color:#E7845A;
border-style:solid;
border-color:#ffffff;
border-width:1px;
text-decoration:none;
}

body{
font-family:Arial;
}
