/* sets the main body properties */
HTML {
scrollbar-arrow-color:#000000; 
scrollbar-face-color:#6B72A1; 
scrollbar-3dlight-color:#6B72A1; 
scrollbar-highlight-color:#000000; 
scrollbar-shadow-color:#000000; 
scrollbar-darkshadow-color:#000000; 
scrollbar-track-color:#D3D6E7; 
}

BODY {
font-family: Verdana, Arial, sans-serif;
font-size: 12pt;
margin: 0px;
padding: 6px;
background-color: #FFFFFF;
color:#000000;
}

P, TD, LI, UL {
font-family: Verdana, Arial, sans-serif;
font-size: 12pt;
}

Table {
font-family: Verdana, Arial, sans-serif;
font-size: 100%;
border-collapse: collapse;
}

HR {
color: #808080;
height: 1px;
width: 100%;
}

/* this sets an image to the left or to the right on a page */

.imageleft {
margin: 0px 10px 0px 0px;
float: left;
border: 1px solid #808080;
}

.imageright {
margin: 0px 0px 0px 10px;
float: right;
border: 1px solid #808080;
}

/* this group sets the normal link colors */

A:LINK {color: #7682C8; text-decoration: underline; font-weight: bold;}
A:VISITED {color: #808080; text-decoration: underline; font-weight: bold;}
A:HOVER {color: #EE3F3D; text-decoration: underline; font-weight: bold;}
A:ACTIVE {color: #EE3F3D; text-decoration: underline; font-weight: bold;}

/* We like to use headings for special effects */

H1 {
font-size: 18px;
font-weight: bold;
letter-spacing: 2;
color: #6B72A1;
}

h2 {
color: #B3413B;
text-align: left;
font-size: 14px;
font-weight: bold;
letter-spacing: 2;
width: 100%;
border-bottom: 1px dotted #B3413B;
}

h3 {
color: #B3413B;
text-align: left;
font-size: 14px;
font-weight: bold;
font-variant: small-caps;
letter-spacing: 2;
}

h4, h5 {
font-size: 14px;
font-weight: bold;
color: #000000;
}

h6 {
font-size: 14px;
font-weight: bold;
color: #FFFFFF;
}

/* special classes */

.globalbar {
background-color: #808080;
color: #EE3F3D;
text-align: left;
font-variant: small-caps;
font-weight: bold;
font-size: 12px;
letter-spacing: 1;
height: 25px;
padding: 2 0 2 20;
border-top: 1px solid #FFFFFF;
border-bottom: 1px solid #FFFFFF;
}

.globalbar a:link, .globalbar a:visited, .globalbar a:active {color: #FFFFFF; text-decoration: none; border: 1px solid #808080;}
.globalbar a:hover, .globalbar a:focus {color: #FFFFFF; border: 1px solid #FFFFFF;}

.header {
background-color: #6B72A1;
color: #000000;
vertical-align: top;
}

.picture {
background-color: #6B72A1;
border-right: 1px solid #FFFFFF;
}

.banner {
background-color: #EE3F3D;
color: #FFFFFF;
text-align: right;
font-weight: normal;
font-variant: small-caps;
font-size: 90%;
padding: 2 20 2 0;
height: 22px;
}

.banner a:link, .banner a:visited, .banner a:active {color: #FFFFFF; text-decoration: none; border: 1px solid #EE3F3D;}
.banner a:hover, .banner a:focus {color: #FFFFFF; border: 1px solid #FFFFFF;}

.topcolor {
color: #FFFFFF;
padding: 10 20 10 10;
border-top: 1px solid #FFFFFF;
height: 145px;
}

.mainbody {
background-color: #FFFFFF;
color: #000000;
border-top: 20px solid #FFFFFF;}

.main {
background-color: #FFFFFF;
color: #000000;
width: 60%;
vertical-align: top;
text-align: justify;
line-height: 20px;
padding: 10 20 10 0;
border-right: 1px dashed #C0C0C0;
}

.sidebar {
background-color: #FFFFFF;
color: #000000;
font-size: 90%;
vertical-align: top;
text-align: left;
padding: 10 0 10 20;
width: 40%;
}

.copyright {
color: #000000;
font-size: .85em;
text-align: center;
letter-spacing: 2;
margin: 30 0 30 0;
padding-bottom: 30px;
padding-top: 15px;
border-top: 3px solid #6B72A1;
}

/* form buttons */

.form {
background-color: #6B72A1;
color: #FFFFFF;
font-weight: bold;
padding: 2;
border: 1px solid #808080;
}.fontsize10 {
	font-size: 10px;
}
.fontsize18 {
	font-size: 18px;
}
