/* CSS Document */
body {margin:25px;
background-color: #FFFFFF;
font-family:skia, verdana, sans-serif; 
font-size: 12px; line-height:14px;
color:#000000; }

A {color: #000000;
text-decoration: none;
font-weight:normal;
border-bottom:1px dotted #DB2328; }

A:link {color: #DB2328;
text-decoration: none;
font-weight:normal;
border-bottom:1px dotted #DB2328; }

A:active {
	color: #DB2328;
	text-decoration: none;
	font-weight:normal;
	border-bottom:1px dotted #DB2328;
	font-family: skia, Arial, sans-serif;
	font-size: small;
}

A:visited {color: #000000;
text-decoration: none;
font-weight:normal;
border-bottom:1px dotted #000000; }

A:hover {color: #DB2328;
background: #FAE9FC;
text-decoration: none;
font-weight:normal;
border-bottom:1px dotted #003366; }
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}



.blockquote {
	color: #000000;
	background-color: #DFDFDF;
	skia, arial, verdana, sans-serif ;
	font-size: small;
	font-weight: normal;
	line-height: 120%;

border-top:1px dashed #FF0000;
border-bottom:1px dashed #FF0000;

padding-top:10px;
padding-bottom:10px;
padding-right:10px;
padding-left:10px;
		}



</style>


.standout {
	font-family: skia, Arial, sans-serif;
	font-size: medium;
	color: #333333;
}
.standout {
	font-family: skia, Arial, sans-serif;
	font-size: 14px;
	line-height: 14px;
}
.paragraph {
	font-family: skia, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
}
.boxborder {
	border: 1px dotted #FF0000;
}