/* CSS File made from Jory's HTML mess... --Bowser */
body
{
    /*
    scrollbar-face-color: #BABFFC;
    scrollbar-shadow-color: #ffffff; 
    scrollbar-highlight-color: #ffffff;
    scrollbar-3dlight-color: #ffffff;
    scrollbar-darkshadow-color: #ffffff;
    scrollbar-track-color: #ffffff;
    scrollbar-arrow-color: #ffffff;
    */
    font-family: verdana, arial, sans-serif;
    font-size: 8pt;
    color: black;
    background: white; 
    margin: 0; 
}

table { font-size: 8pt }

td.td_corner
{
	background-image: url("/images/tableft.gif");
    width: 67px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: left;
}
td.td_header
{
    background-color: #606397;
    color: white;
    font-weight: bold;
    font-size: 10pt;
    height: 18px;
    width: 100%;
}
td.td_bg
{
	background-image: url("/images/tdback.gif");
    font-size: 8pt;
    color: black;
}
td.header
{
    background-color: #606397;
    color: white;
    font-weight: bold;
    font-size: 10pt;
    height: 18px;
}
tr.tr_light { background: #CCD1FF; color: black; font-family: verdana, arial, sans-serif; }
tr.tr_dark { background: #ACB2ED; color: black; font-family: verdana, arial, sans-serif; }


a:link		{ font-family: verdana, arial, sans-serif; color: #1F2997; font-weight: normal; font-size: 8pt; text-decoration: underline;}
a:visited	{ font-family: verdana, arial, sans-serif; color: #B0631F; font-weight: normal; font-size: 8pt; text-decoration: underline;}
a:hover	    { font-family: verdana, arial, sans-serif; color: #5360FF; font-weight: normal; font-size: 8pt; text-decoration: underline;}
a:active	{ font-family: verdana, arial, sans-serif; color: #C50606; font-weight: normal; font-size: 8pt; text-decoration: underline;}

a.nav_hilight:link { font-family: verdana, arial, sans-serif; color: white; font-weight: bold; font-size: 7pt; text-decoration: none; }
a.nav_hilight:visited { font-family: verdana, arial, sans-serif; color: white; font-weight: bold; font-size: 7pt; text-decoration: none; }
a.nav_hilight:hover	{ font-family: verdana, arial, sans-serif; color: white; font-weight: bold; font-size: 7pt; text-decoration: underline; }
a.nav_hilight:active	{ font-family: verdana, arial, sans-serif; color: #1F2997; font-weight: bold; font-size: 7pt; text-decoration: none; }

a.nav_main:link		{ font-family: verdana, arial, sans-serif; color: #1F2997; font-weight: bold; font-size: 7pt; text-decoration: none; }
a.nav_main:visited	{ font-family: verdana, arial, sans-serif; color: #1F2997; font-weight: bold; font-size: 7pt; text-decoration: none; }
a.nav_main:hover	{ font-family: verdana, arial, sans-serif; color: #5360FF; font-weight: bold; font-size: 7pt; text-decoration: underline; }
a.nav_main:active	{ font-family: verdana, arial, sans-serif; color: #C50606; font-weight: bold; font-size: 7pt; text-decoration: none; }

a.nav_link:link		{ font-family: verdana, arial, sans-serif; color: #1F2997; font-weight: normal; font-size: 7pt; text-decoration: none;}
a.nav_link:visited	{ font-family: verdana, arial, sans-serif; color: #B0631F; font-weight: normal; font-size: 7pt; text-decoration: none;}
a.nav_link:hover	{ font-family: verdana, arial, sans-serif; color: #5360FF; font-weight: normal; font-size: 7pt; text-decoration: underline;}
a.nav_link:active	{ font-family: verdana, arial, sans-serif; color: #C50606; font-weight: normal; font-size: 7pt; text-decoration: none;}

.nav_options { background-color: #BABFFC;} 
.nav_highlight { background-color: #8A8DD0; font-family: verdana, arial, sans-serif; color: white; font-weight: bold; font-size: 7pt; text-decoration: none;} 

.red7 { color: #C30404; font-size: 7pt;}
.blue7 { color: #242688; font-size: 7pt;}
.black7 { color: black; font-size: 7pt;}
.white7 { color: white; font-size: 7pt;}

.red8 { color: #C30404; font-size: 8pt;}
.blue8 { color: #242688; font-size: 8pt;}
.black8 { color: black; font-size: 8pt;}
.white8 { color: white; font-size: 8pt;}

.red10 { color: #C30404; font-size: 10pt;}
.blue10 { color: #242688; font-size: 10pt;}
.black10 { color: black; font-size: 10pt;}
.white10 { color: white; font-size: 10pt;}

.red12 { color: #C30404; font-size: 12pt;}
.blue12 { color: #242688; font-size: 12pt;}
.black12 { color: black; font-size: 12pt;}
.white12 { color: white; font-size: 12pt;}

.quote { color: black; font-size: 8pt; font-weight: normal;}
.quote_source { color: #242688; font-size: 7pt; font-weight: normal;}

.question { color: black; font-size: 8pt; font-weight: bold;}
.response { color: black; font-size: 8pt; font-weight: normal;}

.text-error { color: #C30404; font-size:12pt; font-weight: bold;}
