body {
	margin: 0px;
	background: #000000;
}

ul {
	margin-left: 16px;
}

.btntxt {
	font-family: Verdana, Helvetica, Sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}

.btntxt a{
	padding: 0 10px 0 10px;
	text-decoration: none;
	color: #FFFFFF;
}

.homebg {
	background: url(images/home/bg-image.jpg) center right no-repeat;
}

.commonbg {
	background: url(images/sharedimgs/bg-image.jpg) center right no-repeat;
}

.normaltxt {
	font-family: Verdana, Helvetica, Sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.normaltxt a{
	color: #FFFFFF;
}

.h1 {
	font-family: Verdana, Helvetica, Sans-serif;
	font-size: 16px;
	color: #FFFFFF;	
	font-weight: bold;
}

.red {
	color: #BC1820;
}

.whiteborder {
	border: solid 2px #FFFFFF;
}

.apptitle {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	color: #BC1820;
}

.btntxt input[type=submit]{
	font-family: Verdana, Helvetica, Sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	background: url(images/sharedimgs/button-middle.gif) center repeat-x;
	border-width:0px;
}