/* CSS Document */

body{
	margin:0px;
	background-color:#000000;
}
.topButton{
	background-image:url(../images/public/top-button.jpg);
	width:100px;
	height:25px;
	text-align:center;
}
.topButton a{
	font-family:"Trebuchet MS", Tahoma, Arial, Verdana;
	font-size:11px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;	
}
.topButton a:hover{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;	
}
.topButtonSmall{
	background-image:url(../images/public/top-button-small.jpg);
	width:77px;
	height:25px;
	text-align:center;
}
.topButtonSmall a{
	font-family:"Trebuchet MS", Tahoma, Arial, Verdana;
	font-size:11px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;	
}
.topButtonSmall a:hover{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;	
}


.leftButtonSpecial{
	background-image:url(../images/public/left-button.jpg);
	background-repeat:no-repeat;
	width:168px;
	height:25px;
	padding-left:20px;
	cursor:hand;
}
.leftButtonSpecial a{
	font-family:"Trebuchet MS", Tahoma, Arial, Verdana;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;	
}
.leftButtonSpecial a:hover{
	color:#000000;
	font-weight:bold;
	text-decoration:none;	
}


.leftButton{
	background-image:url(../images/public/left-button.jpg);
	background-repeat:no-repeat;
	width:168px;
	height:25px;
	padding-left:20px;
	cursor:hand;
}
.leftButton a{
	font-family:"Trebuchet MS", Tahoma, Arial, Verdana;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;	
}
.leftButton a:hover{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;	
}

tr,td,p,a{
	font-family:"Trebuchet MS", Tahoma, Arial, Verdana;
	font-size:11px;
	color:#FFFFFF;
}
a{
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
.footer{
	font-family:"Trebuchet MS", Tahoma, Arial, Verdana;
	font-size:11px;
	color:#666666;
	padding:5px;
}
.footer a{
	color:#666666;
	text-decoration:underline;
}
.footer a:hover{
	color:#666666;
	text-decoration:none;
}
.grayBorder{
	border:#666666 1px solid;
}
.itemLink{
	font-family:"Trebuchet MS", Tahoma, Arial, Verdana;
	font-size: 11px;
	color:#FFFFFF;
	text-decoration:underline;
}
.itemLink:hover{
	text-decoration:none;	
}
.whiteBorder {
	border: 1px solid #FFFFFF;
}
.animateClass{
		border: 1px solid #FFFFFF;
		cursor:hand;
}
.paginate{
	font-family:"Trebuchet MS", Tahoma, Arial, Verdana;
	font-size: 11px;
}
h1{
	font-family:"Trebuchet MS", Tahoma, Arial, Verdana;
	font-size: 16px;
	font-weight:bold;
	color:#FFFFFF;
}
.title{
	font-family:"Trebuchet MS", Tahoma, Arial, Verdana;
	font-size: 14px;
	color:#FFFFFF;
	font-weight:bold;	
}
.bold{
	font-family:"Trebuchet MS", Tahoma, Arial, Verdana;
	font-size: 11px;
	color:#FFFFFF;
	font-weight:bold;	
}
.bigLink{
	font-family:"Trebuchet MS", Tahoma, Arial, Verdana;
	font-size: 14px;
	color:#FFFFFF;
	font-weight:bold;	
}
.bigLink a{
	font-family:"Trebuchet MS", Tahoma, Arial, Verdana;
	font-size: 14px;
	color:#FFFFFF;
	font-weight:bold;	
	text-decoration:none;	
}
.bigLink a:hover{
	text-decoration:none;
}
.button{
	font-family:"Trebuchet MS", Tahoma, Arial, Verdana;
	font-size: 11px;
	height:22px;
}
.prominent{
	font-family:"Trebuchet MS", Tahoma, Arial, Verdana;
	font-size: 12px;
	color:#FF9900;
	font-weight:bold;	
}
.topMenu{
	font-family:"Trebuchet MS", Tahoma, Arial, Verdana;
	font-size: 12px;
	color:#FFFFFF;
	font-weight:bold;
}
.txtBox {
	font-family: Tahoma, Arial;
	font-size: 11px;
	width: 200px;
}
.txtArea {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #666666;
	background:#EEEEEE;
	width:300px;
	height: 120px;
}.txtBoxSmall{
	font-family: Tahoma, Arial;
	font-size: 11px;
	width: 130px;
}
.qtyBox{
	font-family: Tahoma, Arial;
	font-size: 11px;
	width: 30px;
}
.ramp{
	background-image:url(../images/public/ramp-bg.jpg);
	background-repeat:no-repeat;
}
.leftTd{
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #FFFFFF;
	width: 20%;
	text-align:right;
}
.rightTd{
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #FFFFFF;
	width: 80%;
	text-align:left;
}