/* CSS Document */

body{
	padding-left: 10px;
	background-color: #ffffff;
	font-family: verdana, Trebuchet ms, Georgia, Times New Roman, Times, serif;
	font-weight: normal;
	font-size: 0.9em;
	line-height: 1.1em;
	color: #000000;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;  
	
}

/* Heading & Paragraph Layout Settings */
h1, h2, h3, h4, h5, h6, p { margin-bottom:0.1em; margin-top:0.1em; line-height:1.1em;}

/* Blocks images without whitespace */
img { border: 0px; margin: 0px; padding: 0px; }

/* Formatting For Bullets */
ul {
	margin-left: 20px;
	padding-left: 0px;
}

li {
	list-style-image:url(images/bullett.gif);
}



/* Font Styles */
.white { color: #ffffff; } 
.black { color: #000000; }
.green { color: #008000; }
.red { color: #800000; }
.blue { color: #0000C0; }
.blue2 { color: #324AFC; }
.italic { font-style: italic; }
.bolder { font-weight: bolder; }
.bolditalic { font-weight: bolder; font-style: italic; }
.smallbold { font-weight: bolder; font-size: 0.8em; }
.boldred { font-weight: bolder; color: #800000; }
.boldgreen { font-weight: bolder; color: #008000; }
.boldblue { font-weight: bolder; color: #0000C0; }
.boldwhite { font-weight: bolder; color: #ffffff; }
.boldyellow { font-weight: bolder; color: #ffff00; }
.boldgrey1 { font-weight: bolder; color: #C0C0C0; }

/* Default Formatting */
 a:link {color: #0000ff; text-decoration: underline; }
 a:visited {color: #000080; text-decoration: underline; }
 a:hover {color: #ff0000; text-decoration: underline; }
 a:active {color: #00ffff; text-decoration: underline; } 

/* Light Blue background and link formatting */
.shadebluelight { background-color: #E0E9EF; color: #000000; }
.shadebluelight a:link {color: #000000; text-decoration: none; }
.shadebluelight a:visited {color: #000000; text-decoration: none; }
.shadebluelight a:hover {color: #000000; text-decoration: underline; }
.shadebluelight a:active {color: #000000; text-decoration: underline; }

/* Blue Menu background and link formatting */
.shademenublue { background-color: #DBD9FB; color: #000000; }
.shademenublue a:link {color: #000000; text-decoration: none; }
.shademenublue a:visited {color: #000000; text-decoration: none; }
.shademenublue a:hover {color: #000000; text-decoration: underline; }
.shademenublue a:active {color: #000000; text-decoration: underline; }

/* Optional Very Light Blue background and link formatting */
.shadebluelight2 { background-color: #FFFFFF; color: #000000; }
.shadebluelight2 a:link {color: #000000; text-decoration: none; }
.shadebluelight2 a:visited {color: #000000; text-decoration: none; }
.shadebluelight2 a:hover {color: #ff1111; text-decoration: underline; }
.shadebluelight2 a:active {color: #00ffff; text-decoration: underline; }

/* Right Menu Link Formatting background and link formatting */
.rightmenuformat { /* background-color: #FFFFFF; */ color: #000000; }
.rightmenuformat a:link {color: #000000; text-decoration: none; }
.rightmenuformat a:visited {color: #000000; text-decoration: none; }
.rightmenuformat a:hover {color: #000000; text-decoration: underline; }
.rightmenuformat a:active {color: #000000; text-decoration: underline; }

/* Peach background and link formatting */
.shadepeach { background-color: #FFF4DB; color: #000000; }
.shadepeach a:link {color: #ffffff; text-decoration: none; }
.shadepeach a:visited {color: #ffffff; text-decoration: none; }
.shadepeach a:hover {color: #ff1111; text-decoration: underline; }
.shadepeach a:active {color: #00ffff; text-decoration: underline; }

/* Light Grey background and link formatting */
.shadegreylight { background-color: #EEEEEE; color: #000000; }
.shadegreylight a:link {color: #ffffff; text-decoration: none; }
.shadegreylight a:visited {color: #ffffff; text-decoration: none; }
.shadegreylight a:hover {color: #ff1111; text-decoration: underline; }
.shadegreylight a:active {color: #00ffff; text-decoration: underline; }

/* Dark Grey background and link formatting */
.shadegreydark { background-color: #444444; color: #ffffff; }
.shadegreydark a:link {color: #ffffff; text-decoration: none; }
.shadegreydark a:visited {color: #ffffff; text-decoration: none; }
.shadegreydark a:hover {color: #ff1111; text-decoration: underline; }
.shadegreydark a:active {color: #00ffff; text-decoration: underline; }

/* light red background and link formatting */
.shaderedlight { background-color: #B03030; color: #ffffff; }
.shaderedlight a:link {color: #ffffff; text-decoration: none; }
.shaderedlight a:visited {color: #ffffff; text-decoration: none; }
.shaderedlight a:hover {color: #ff1111; text-decoration: underline; }
.shaderedlight a:active {color: #00ffff; text-decoration: underline; }

