body {
	background-color: 				#000000;
	color:										#F0F0F0;
	padding:									0px;
	padding-top:							5px;
	padding-bottom:						5px;
	margin:										0px;
	scrollbar-face-color: 		#181818;
	scrollbar-shadow-color: 	#000000;
	scrollbar-highlight-color: #888888;
	scrollbar-3dlight-color: 	#888888;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: 		#444444;
	scrollbar-arrow-color: 		#888888;
}
img {
	border:										0px;
}
table {
	border:										0px;
	padding:									0px;
	margin:										0px;
	border-collapse: 					collapse; 
	border-spacing: 					0;
}
td, th {
	padding:									0px;
	vertical-align:						top;
	font-family:							Tahoma, Arial, sans-serif;
	font-size:								14px;
}
a:link, a:visited {
	color:										#F0F0F0;
	text-decoration: 					underline;
}
a:hover {
	color:										#888888;
	text-decoration: 					underline;
}
a:active {
	color: 										#FFFFFF;
	text-decoration: 					none;
}
form {
	margin:										0px;
	padding:									0px;
}
.topbanner {
	padding:									0px;
	margin:										0px;
	text-align:								center;
	width:										1000px;
	height:										162px;
}
.main {
	background-color:					#000000;
	padding:									0px;
	margin:										0px;
	text-align:								left;
	width:										1000px;
}
.leftborder {
	background-image:					url('../images/border_repeat.png');
	background-repeat:				repeat-y;
	width:										36px;
	vertical-align:						top;
}
.rightborder {
	background-image:					url('../images/border_repeat.png');
	background-repeat:				repeat-y;
	width:										36px;
	vertical-align:						top;
}
.main2 {
	width:										925px;
	vertical-align:						top;
}
.bottombanner {
	padding:									0px;
	margin:										0px;
	text-align:								center;
	width:										1000px;
	height:										84px;
}
.boxes_left {
	width:										166px;
	font-family:							Tahoma, Arial, sans-serif;
	font-size:								14px;
	line-height:							18px;
	vertical-align:						top;
}
.boxes_right {
	width:										150px;
	font-family:							Tahoma, Arial, sans-serif;
	font-size:								14px;
	line-height:							18px;
	vertical-align:						top;
}
.content {
	vertical-align:						top;
	font-family:							Tahoma, Arial, sans-serif;
	font-size:								14px;
	line-height:							20px;
	background-image:					url('../images/content_background.jpg');
	background-repeat:				no-repeat;
	background-position:			top left;
	width:										609px;
}
.header {
	font-family:							Tahoma, Arial, sans-serif;
	font-size:								24px;
	letter-spacing:						3px;
}
.subHeader {
	font-family:							Tahoma, Arial, sans-serif;
	font-size:								13px;
}
.infoText {
	font-family:							Tahoma, Arial, sans-serif;
	font-size:								11px;
	letter-spacing:						3px;
}
.smallErrorText {
	font-family:							Tahoma, Arial, sans-serif;
	font-size:								11px;
	letter-spacing:						1px;
	line-height:							13px;
	color:										#EE4444;
}
.smallSuccessText {
	font-family:							Tahoma, Arial, sans-serif;
	font-size:								11px;
	letter-spacing:						1px;
	line-height:							13px;
	color:										#33FF33;
}
.errorText {
	font-family:							Tahoma, Arial, sans-serif;
	color:										#EE4444;
}
.smallText {
	font-family:							Tahoma, Arial, sans-serif;
	font-size:								11px;
	line-height:							13px;
}
input.btnOrText { 
	border-top: 							1px solid #282828; 	
	border-left: 							1px solid #282828;	
	border-bottom: 						1px solid #484848; 
	border-right: 						1px solid #484848; 
	color: 										#F0F0F0; 
	font-family:							Tahoma, Arial, sans-serif;
	font-size: 								11px; 
	letter-spacing:						1px;
	height: 									20px;
	width: 										120px;
	padding:									1px 4px 2px 4px;
	margin:										0px;
	background:								transparent;
	background-image: 				url('../images/css/input_bg.gif');
}
input.btnOrText:hover, input.btnOrText:focus {
	background:								transparent;
	background-image: 				url('../images/css/input_bg_over.gif');
}
textarea {
	width:										550px;
	height:										175px;
	padding:									4px;
	background: 							transparent;	
	border-top: 							1px inset #484848; 	
	border-left: 							1px inset #484848;	
	border-bottom: 						1px solid #484848; 
	border-right: 						1px solid #484848; 
	font-family: 							Verdana, Arial, Helvetica, sans-serif;
	font-size: 								11px; 
	color: 										#F0F0F0; 
	background-image: 				url('../images/css/textarea_bg.gif');
}
textarea:hover, textarea:focus {
	background:								transparent;
	background-image: 				url('../images/css/textarea_bg_over.gif');
}
select.dropdown {
	font-family:							Tahoma, Arial, sans-serif;
	font-size: 								12px; 
	color: 										#F0F0F0; 
	border-top: 							1px solid #383838; 	
	border-left: 							1px solid #383838;	
	border-bottom: 						1px solid #686868; 
	border-right: 						1px solid #686868; 
	background:								transparent;
	background-color:					#080808;
	background-repeat:				repeat-x;
}

#tooltip {
	padding:									4px;
	margin:										0px;
	background:								#000000;
	border:										2px solid #888888;
	border-right:							2px solid #444444;
	border-bottom:						2px solid #444444;
	color:										#FFFFFF;
	text-align:								left;
	font-size:								11px;
	font-family:							Tahoma, Helvetica, Arial;
	z-index:									15;
	line-height: 							14px;
}
#tooltip td {
	font-size:								11px;
	font-family:							Tahoma, Helvetica, Arial;
	line-height: 							14px;
	color:										#F8FFF8;
}
.updateSuccess {
	font-family:							Tahoma, Arial, sans-serif;
	font-size:								11px;
	line-height:							13px;
	color:										#33FF33;
}
.updateError {
	font-family:							Tahoma, Arial, sans-serif;
	font-size:								11px;
	line-height:							13px;
	color:										#FF3333;
}
.createSuccess {
	font-family:							Tahoma, Arial, sans-serif;
	color:										#33FF33;
}
.quotePreview {
	font-family:							Tahoma, Arial, sans-serif;
	font-size:								12px;
	line-height:							18px;
	vertical-align:						top;
	text-align: 							left; 
	padding: 									4px 4px 15px 4px; 
	width: 										132px;
	background-color:					#000000;
}

.ojLinks a:link {
	color:										#F0F0F0;
	text-decoration: 					none;
}
.ojLinks a:visited {
	color:										#F0F0F0;
	text-decoration: 					none;
}
.ojLinks a:hover {
	color:										#F08B2F;
	text-decoration: 					none;
}
.ojLinks a:active {
	color: 										#FFAE4C;
	text-decoration: 					none;
}

.magLinks a:link {
	color:										#F0F0F0;
	text-decoration: 					none;
}
.magLinks a:visited {
	color:										#F0F0F0;
	text-decoration: 					none;
}
.magLinks a:hover {
	color:										#EC3576;
	text-decoration: 					none;
}
.magLinks a:active {
	color: 										#FF86BA;
	text-decoration: 					none;
}

.grnLinks a:link {
	color:										#F0F0F0;
	text-decoration: 					none;
}
.grnLinks a:visited {
	color:										#F0F0F0;
	text-decoration: 					none;
}
.grnLinks a:hover {
	color:										#AAEB33;
	text-decoration: 					none;
}
.grnLinks a:active {
	color: 										#AEFF4B;
	text-decoration: 					none;
}

.bluLinks a:link {
	color:										#F0F0F0;
	text-decoration: 					none;
}
.bluLinks a:visited {
	color:										#F0F0F0;
	text-decoration: 					none;
}
.bluLinks a:hover {
	color:										#30A3F6;
	text-decoration: 					none;
}
.bluLinks a:active {
	color: 										#73D2FF;
	text-decoration: 					none;
}

.yloLinks a:link {
	color:										#F0F0F0;
	text-decoration: 					none;
}
.yloLinks a:visited {
	color:										#F0F0F0;
	text-decoration: 					none;
}
.yloLinks a:hover {
	color:										#FEF500;
	text-decoration: 					none;
}
.yloLinks a:active {
	color: 										#FFFDCA;
	text-decoration: 					none;
}

.trqLinks a:link {
	color:										#F0F0F0;
	text-decoration: 					none;
}
.trqLinks a:visited {
	color:										#F0F0F0;
	text-decoration: 					none;
}
.trqLinks a:hover {
	color:										#33EBC5;
	text-decoration: 					none;
}
.trqLinks a:active {
	color: 										#8AFBEB;
	text-decoration: 					none;
}

.pinkLinks a:link {
	color:										#F0F0F0;
	text-decoration: 					none;
}
.pinkLinks a:visited {
	color:										#F0F0F0;
	text-decoration: 					none;
}
.pinkLinks a:hover {
	color:										#F897D0;
	text-decoration: 					none;
}
.pinkLinks a:active {
	color: 										#F662D8;
	text-decoration: 					none;
}

.greyLinks a:link {
	color:										#F0F0F0;
	text-decoration: 					none;
}
.greyLinks a:visited {
	color:										#F0F0F0;
	text-decoration: 					none;
}
.greyLinks a:hover {
	color:										#888888;
	text-decoration: 					none;
}
.greyLinks a:active {
	color: 										#666666;
	text-decoration: 					none;
}
.serverInfo td {
	font-size: 								11px; 
	font-family: 							Arial; 
	line-height: 							12px;
	padding-right: 						4px;
}