/* CSS Document */

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #182015;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}



p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#182015;
	margin-left:10px;
	margin-right:5px;
	text-align: justify;
}
.Heading1{
	font-family:Tahoma;
	font-size:16px;
	font-weight:bold;
	color:#2A64F4;
	margin-left: 10px;
	text-indent: 40px;
	padding-bottom: 4px;
}
.Heading2{
	font-family:Tahoma;
	font-size:16px;
	font-weight:bold;
	color:#1E42CE;
	text-indent: 15px;
}
.Heading2:hover{
	font-family:Tahoma;
	font-size:16px;
	font-weight:bold;
	color:#F7D92B;
	text-indent: 20px;
}
.Whitetext{
	font-family:Tahoma;
	font-size:12px;
	color:#FFFFFF;
	margin-left:0px;
	margin-right:10px;
	text-align: left;
	font-weight: bold;

}
.Whitetext:hover{
	font-family:Tahoma;
	font-size:12px;
	color:#305BA9;
	font-weight: bold;
	text-indent: 20px;

}
.heading3{
	font-family:Tahoma;
	font-size:20px;
	font-weight:bold;
	color:#1F43CD;
	text-decoration: none;
	text-indent: 20px;
}
.heading3:hover{
	font-family:Tahoma;
	font-size:20px;
	font-weight:bold;
	color:#182015;
	text-decoration: none;
	text-indent: 20px;
}
.heading3:active{
	font-family:Tahoma;
	font-size:20px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration: none;
	text-indent: 20px;
}

.menu{
	font-family:Tahoma;
	font-size:14px;
	font-weight:bold;
	color:#9b0f0e;
	text-decoration: none;
	text-indent: 15px;
}
.menu:hover{
	font-family:Tahoma;
	font-size:16px;
	font-weight:bold;
	color:#305BA9;
	text-decoration: none;

}
.menu:active{
	font-family:Tahoma;
	font-size:16px;
	font-weight:bold;
	color:#6D573F;
	text-decoration: none;
}
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #182015;
	padding-left: 15px;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #182015;
	list-style-position: inside;
	list-style-image: url(images/bullet.jpg);
	font-weight: bold;
}
