/*body {font-family:Verdana, Arial, Helvetica;font-size: x-small;background-color:#f7f7f7;color:#555555}
p {margin:0}
p.para1 {font-family:Tahoma;}
p.para2 {font-family:Tahoma;color:darkblue;}
.HeadlineGray {font-family:Verdana,Arial,Helvetica;font-size:25px;color:#777777;margin:1px;margin-top:5px;font-weight:bold;}
.CodeForeground {margin:0in;margin-bottom:.0001pt;font-size:9.0pt;font-family:Courier New;}
.CodeInText {font-family:Courier New;font-weight:bold;}
.ScreenText {font-family:Tahoma;}
.ImportantWords {font-weight:bold;}
.Highlight {font-family:Arial;color:red;}
*/
a
{
	color:						#295AFE;
	text-decoration: 			underline;
}

a:hover {
	background-color: #C2005A;
	color: #fff;
}

a img {
	background-color: #fff;
}

a:hover img {
	background-color: #fff;
}

body
{
	border:						none;
	margin-top: 				4px;
	margin-bottom: 			6px;
	margin-left: 				0px;
	margin-right: 				0px;
	padding-top:				0px;
	padding-bottom: 		0px;
	padding-left: 				0px;
	padding-right: 			0px;
	font-family:				Arial, Helvetica, sans-serif;
	font-size:					95%;
	line-height:					120%;
	color:						#000000;
}

.Heading1
{
	border:						none;
	margin-top: 				0px;
	margin-bottom: 			6px;
	margin-left: 				0px;
	margin-right: 				0px;
	padding-top:				0px;
	padding-bottom: 		0px;
	padding-left: 				0px;
	padding-right: 			0px;

	font-size:					120%;
	line-height:					130%;
	font-weight:				bold;
	color:						#0B3E9E;
}

.Heading2
{
	border:						none;
	margin-top: 				0px;
	margin-bottom: 			6px;
	margin-left: 				0px;
	margin-right: 				0px;
	padding-top:				0px;
	padding-bottom: 		0px;
	padding-left: 				0px;
	padding-right: 			0px;
	
	font-size:					110%;
	line-height:					125%;
	font-weight:				bold;
	color:						#0B3E9E;
}

.Heading3
{
	border:						none;
	margin-top: 				0px;
	margin-bottom: 			6px;
	margin-left: 				0px;
	margin-right: 				0px;
	padding-top:				0px;
	padding-bottom: 		0px;
	padding-left: 				0px;
	padding-right: 			0px;
	
	font-size:					100%;
	line-height:					120%;
	font-weight:				bold;
	color:						#0B3E9E;
}

.Blockquote
{
	border:						none;
	margin-top: 				0px;
	margin-bottom: 			6px;
	margin-left: 				24px;
	margin-right: 				48px;
	padding-top:				0px;
	padding-bottom: 		0px;
	padding-left: 				0px;
	padding-right: 			0px;

	font-size:					100%;
	line-height:					120%;
	font-style:					italic;
	text-align:					justify;
	color:						#333333;
}

.Quote
{
	font-style:					italic;
	color:						#333333;
}

.Highlight
{
	color:						#EE0000;
}

._clear
{
	/*clear: both;*/
}

._clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

._careful
{
	clear: both;
	border: 1px solid #FD0760;
	background: #FFCCCC url('/Resource/templates/site/181fb172-b41a-102b-81f8-003005bbceb4/alert_be_careful.gif') top left no-repeat;
	padding: 10px;
	min-height: 60px;
	padding-left: 80px;
}
._title
{
	text-align: left;
	font-weight: bold;	
}
._content
{
	text-align: left;
	font-weight: normal;
	font-size: 95%;	
}
._content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


._important
{
	clear: both;
	border: 1px solid #FD0760;
	background: #FFCCCC url('/Resource/templates/site/181fb172-b41a-102b-81f8-003005bbceb4/alert_important.gif') top left no-repeat;
	padding: 10px;
	min-height: 60px;
	padding-left: 80px;
}