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

H1 {
	font-family: Tahoma; 
	font-size: 22pt; 
	color: #cc0000; 
	font-weight: bold; 
	text-align: center;
}
.h1black {
	font-family: Tahoma; 
	font-size: 22pt; 
	color: #000000; 
	font-weight: bold; 
	text-align: center;
}
.huge {
	font-family: Tahoma; 
	font-size: 38pt; 
	color: #cc0000; 
	font-weight: bold; 
	text-align: center;
}
H2 {
	font-family: Tahoma; 
	font-size: 16pt; 
	color:#000000; 
	font-weight: bold;
}
.redH2 {
	font-family: Tahoma; 
	font-size: 16pt; 
	color:#cc0000; 
	font-weight: bold;
}
p {
	font-family: Tahoma;
	font-size: 12pt;
}
.pindent { 
	color:#000000; 
	text-indent: 30pt; 
	font-family: Tahoma; 
	font-size: 12pt; 
	font-style: normal;
}

li {
	font-family: Tahoma;
	font-size: 12pt;
	margin-bottom:15px;
}
.bluebox {
	background-color: #E8F3FF;
	border: 3px dashed #0B5D8C;
	font-family: Tahoma;
    font-size:12pt;
	font-weight:bold;
}
.redbox {
	background-color: #cc0000;
	font-family: Tahoma;
    font-size:12pt;
	color:#FFFFFF;
	font-weight:bold;
}
.greenbox{
	background-color:#FFFFCC;
	border: 3px dashed #000000;
	font-family: Tahoma;
	font-size:12pt;
}
.nocolor{
	font-family: Tahoma;
	font-size:12pt;
}
.privacy {
	font-size: 10pt; 
	font-family:Tahoma;
}
.style1 {
	color: #cc0000;
	font-weight: bold;
}
.style3 {
	color: #cc0000
}
.style4 {
	color: #EBE9ED
}
