body {
	margin: 0px;
	background-color: #cecece;
}
.whitebg {
	background-color: #FFFFFF;
}
.orangebg {
	background-image: url(images/orangebg.gif);
	background-repeat: repeat-x;
}
.border{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #bdbcbd;
	border-left-color: #bdbcbd;
}
.orangetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #fc6b01;
}
.normaltext {
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	color: #666666;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	line-height: 18px;
	text-decoration:none;
}

.normaltext a{
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	color: #666666;
	
	line-height: 18px;
	text-decoration:none;
}
.greybg {
	background-image: url(images/greybg2.gif);
	background-repeat: repeat-y;
}
.bluetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #2ea5dd;
}
.pinktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ef229b;
}
.greentext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #6d8e12;
}.orangebg2 {
	background-color: #ff950c;
}
a.black:link, a.black:visited, a.black:active {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
a.black:hover {
	color: #ffffff;
}
.blacktext{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.copyright{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
a.blackbig:link, a.blackbig:visited, a.blackbig:active {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
a.blackbig:hover {
	color: #ffffff;
}
.blackbigtext{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
