@charset "utf-8";
/* CSS Document */

body  {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
}


hr {
	width: 100%;
	color: #7B84C6;
	height: 2px;
	line-height: 3px;
}


.caution {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#F05;
}


.class1 a:link {
	color: #7F84C6;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}


.class1 a:visited { 
	color: #7F84C6;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}


.class1 a:active { 
	color: #181866;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}


.class1 a:hover {
	color: #181866;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}


.class2 a:link {
	color: #000000;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}


.class2 a:visited { 
	color: #000000;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}


.class2 a:active { 
	color: #000000;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}


.class2 a:hover {
	color: #000000;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.class3 a:link {
	color: #7F84C6;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 8px;
	font-weight: bold;
	text-decoration: underline;
}


.class3 a:visited { 
	color: #7F84C6;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 8px;
	font-weight: bold;
	text-decoration: underline;
}


.class3 a:active { 
	color: #181866;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 8px;
	font-weight: bold;
	text-decoration: underline;
}


.class3 a:hover {
	color: #181866;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 8px;
	font-weight: bold;
	text-decoration: underline;
}

h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:12px;
}


h2{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight:bold;
	line-height:12px;
}
ul{
	list-style-image: url(../images/bullet.gif);
	list-style-position: outside;
}	
	

.red{
	font-weight: bold;
	color:#F00;
}


.xsmall{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8px;
	font-weight:normal;
	line-height: 8px;

}
.small{
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	font-weight:normal;
	
}
.content  {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;

}