@charset "utf-8";
/* CSS Document */

body 
{ background:url(images/bg.jpg) repeat-x; background-color:#3e6b80 }

.class1 A:link { color:#FFFFFF; text-decoration: none; font-family: "tahoma"; font-size:12px;}
.class1 A:visited { color:#FFFFFF; text-decoration: none; font-family: "tahoma"; font-size:12px;}
.class1 A:active { color:#FFFFFF; text-decoration: none; font-family: "tahoma"; font-size:12px;}
.class1 A:hover { text-decoration: underline; color:#FFFFFF; font-family: "tahoma"; font-size:12px;}


.class2 A:link {  color:#B30814; text-decoration: underline; }
.class2 A:visited { color:#B30814;text-decoration: none;  }
.class2 A:active {  color:#B30814;text-decoration: none;  }
.class2 A:hover {  color: #B30814; text-decoration: underline; }

.class3 A:link {  color:#000000; line-height:17px; text-decoration: none; }
.class3 A:visited { color:#000000; line-height:17px;text-decoration: none;  }
.class3 A:active {  color:#000000; line-height:17px;text-decoration: none;  }
.class3 A:hover {  color: #B30814; text-decoration: underline;  line-height:17px; }

.class4 A:link {  color:#3f6b80; line-height:17px; margin-bottom:0.5em; text-decoration: none;  }
.class4 A:visited { color:#3f6b80; line-height:17px; margin-bottom:0.5em; text-decoration: none;  }
.class4 A:active {  color:#3f6b80; line-height:17px; margin-bottom:0.5em; text-decoration: none; }
.class4 A:hover {  color: #B30814; text-decoration: underline;  line-height:17px; margin-bottom:0.5em;   }

.class5 A:link { color:#FFFFFF; text-decoration: underline;}
.class5 A:visited { color:#FFFFFF; text-decoration: underline; }
.class5 A:active { color:#FFFFFF; text-decoration: underline; }
.class5 A:hover { text-decoration: underline; color:#FFFFFF; }



.paper_table
{
	background:url(images/paper-sheet.jpg) #FFFFFF repeat-x;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#000000;
	line-height:18px;
}


.text_normal
{ font-family: "tahoma"; font-size:13px; color:#000000; line-height:18px; }

.text_normal_leading
{ font-family: "tahoma"; font-size:13px; color:#000000; line-height:15px; }

.text_small
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#000000;
	line-height:14px;
}

.text_12px
{ font-family: "tahoma"; font-size:12px; color:#000000; line-height:16px; }

.headline 
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:16px;
	color:#3f6b80;
	font-weight:bold;
}

.headline_small 
{ font-family: "tahoma"; font-size:15px; color:#3f6b80; font-weight:bold; }

.headline_small_black 
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:13pt;
	color:#000000;
	font-weight: bold;
}

.disclaimer
{ font-family: "tahoma"; font-size:9px; color:#FFFFFF; } 

.disclaimer_blue
{ font-family: "tahoma"; font-size:11px; color:#3e6b80; } 

.italics
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:italic;
}

.italics_12px
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:12px;
}

.italics_11px
{ font-family:"Trebuchet MS"; font-style:italic; font-size:11px; color:#CCCCCC }

.Georgia_17
{font-family:Georgia; font-size:17px; }

.Georgia_15
{font-family:Georgia; font-size:15px; }

.Georgia_13
{font-family:Georgia; font-size:13px; }

.ul { list-style: decimal; list-style-position: outside; margin-left: -0.5em; margin-bottom: 0.4em; }

.ul_2 { list-style: decimal; list-style-position: outside;  margin-bottom: 0.8em; margin-left: -0.5em; }

.ul_3 { list-style: inside; list-style-position: outside;  margin-bottom: 0.8em; margin-left: -0.5em; }

.ul_bullets { list-style: inside; list-style-position: outside;  margin-bottom: 0.2em; margin-left: -0.5em; }
.ul_bullets_small_lineheight { list-style: inside; list-style-position: outside;  margin-bottom: 0.2em; margin-left: -0.5em; line-height: 20px; margin-top: -0.5em; }
.ul_bullets_small_table { list-style: inside; list-style-position: outside;  margin-bottom: 0.2em; margin-left: 1em; line-height: 18px; margin-top: -2em; }


.ul_ordered_list2 { list-style: decimal; list-style-position: outside; margin-left: -1.5em; }
.ul_ordered_list { list-style: decimal; list-style-position: outside; margin-left: -1.5em; margin-bottom: 1em;}
.ul_lowercase_letters { list-style: lower-alpha; list-style-position: outside; margin-left: 0em; margin-bottom: 0.4em;}
.ul_lowercase_roman { list-style:  lower-roman; list-style-position: outside; margin-left: 1em; margin-bottom: 0.4em;}

