/*  Body  */

body{
	margin: 0;
	padding: 0;
	background-color: #000000;
	font-family: verdana;
	font-size: 11px;
}

img{border: 0;}
a{text-decoration: none;}
.bodyContent{
	padding: 25px;
	line-height: 20px;
	text-align: justify;
}

.bodyContentList{
	margin-top: 0px;
	padding: 0px 25px 25px 25px;
	line-height: 20px;
	text-align: justify;
}

a.leftMenu{
	font-weight: normal;
	color: #7f7f7f;
	text-decoration: none;
}

a.leftMenu:hover{
	font-weight: bold;
	color: #e8710d;
	text-decoration: none;
}

a.topLink{
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

a.topLink:hover{
	font-weight: bold;
	color: #fff600;
	text-decoration: none;
}

a.botLink{
	color: #666666;
	text-decoration: none;
}

a.botLink:hover{
	color: #000000;
	text-decoration: none;
}

.copyRgt{
	padding: 3px;
	color: #c3c3c3;
}

input.mySearchText
{
	background-color: #FFFFFF;
	border-bottom: #A0A0A0 1px solid;
	border-left: #A0A0A0 1px solid;
	border-right: #A0A0A0 1px solid;
	border-top: #A0A0A0 1px solid;
	color: #000000;
	height:20px;
	width:150px;
	font-family:arial;
	font-size: 12px;
}

input.myFeedback
{
	background-color: #FFFFFF;
	border-bottom: #A0A0A0 1px solid;
	border-left: #A0A0A0 1px solid;
	border-right: #A0A0A0 1px solid;
	border-top: #A0A0A0 1px solid;
	color: #000000;
	height:20px;
	width:225px;
	font-family:arial;
	font-size: 12px;
}


textarea.mySearchText
{
	background-color: #FFFFFF;
	border-bottom: #A0A0A0 1px solid;
	border-left: #A0A0A0 1px solid;
	border-right: #A0A0A0 1px solid;
	border-top: #A0A0A0 1px solid;
	color: #000000;
	font-family:arial;
	font-size: 12px;
}

input.mySearchBtn
{
	background-color: #E8710D;
	border-bottom: #000000 1px solid;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	color: #FFFFFF;
	height:20px;
	width:60px;
	font-family:Verdana;
	font-weight: bold;
	font-size: 9px;
}

#viewDownload{
	margin: 0;
	padding: 10px 0;
	list-style-type: none;
}

#viewDownload li.first, #viewDownload li.thumbSection, #viewDownload li.downloadSection{	
	margin: 0 0 0 25px;
	float: left;
	display: inline;
	width: 125px;
	text-align: center;
}

#viewDownload li.first{
	margin: 0 0 0 15px;
	width: 0px;
}

#viewDownload span{
	float: left;
	margin: 5px 0;
}

p.styleDescription{
	color: #7c7c7c;
	line-height: 18px;
}