/* CSS Document */

.strong {
	font-weight: bold;
	color: #5C2946;
	}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0062AC;
	font-style: normal;
	font-weight: normal;
	font-size:11px;
	}

body {
	background-color:#D7EBB0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;

	}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #0062AC;
	padding-bottom: 10px;
	margin-bottom: 0px;
	}
	
	td {
	color: #0062AC;
	font-size:11px;
	line-height: 16px;
	font-weight: normal;
	}

.about_menu {
	font-size: 10px;
}

h1 {
	color: #0062AC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: capitalize;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	padding-bottom: 2px;
	margin-bottom: 25px;
	}

h2 {
	color: #0062AC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: capitalize;
	margin: 30px 0px 5px 0px;
	}

h3 {
	color: #0062AC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: capitalize;
	margin: 30px 0px 10px 0px;
	}

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #0062AC;
	text-align: left;
	padding: 0px 40px;
	margin-bottom: 20px;
	}


ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #0062AC;
	text-align: left;
	padding: 0px 40px;
	margin-bottom: 20px;
	}
