

body {
	background-position: 0px -200px;
	background-color:#DBDBDC;
	background-image: url(images/background_grad.jpg);
	background-repeat: repeat-y;
	background-color:#eee;
	margin:0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #888;
	}

table {
	width: 450px;
	border:none;
	margin: 0px;
	padding: 0px;
	background-color:#FFF;
	
	}

td {
	padding: 3px;
	color: #555;
	vertical-align:top;
	}

td strong, b {
	display:block;
	font-weight:bold;
	font-size: 10px;
	}

td a {
	text-decoration: none;
	color: #447DBC;
	font-weight: bold;
	}
	
.mainTable {
		margin: 0px;
		padding: 0px;
		width: 450px;
	}
	
#borderRight {
	padding: 5px 0px 10px 10px;
	border-right:1px solid #666;
	}

#borderNone {
	padding: 5px 0px 10px 10px;
	}

#borderTop {
	border-top: 1px solid #666;
	}

#leftCol {
	border-right:1px solid #666;
	text-align:center;
	padding:10px 0px 10px 0px;
	}
	
#centerCol {
	border-right:1px solid #666;
	text-align:left;
	padding:10px;
	}
	
#rightCol {
	padding: 10px;
	}
	
#centerCol strong, b {
	color: #3A5F9E;
	font-size: 10px
	}
	
#previousLink {
	font-weight:bold;
}

#previousLink strong{
	display:block;
	background-image:url(images/arrows_downloads_grey.gif);
	background-position: 0px 2px;
	background-repeat:no-repeat;
	color: #999;
	padding-left: 15px;
	font-size: 10px;
}


#previousLink a{
	background-image:url(images/arrows_downloads_blue.gif);
	background-position: 0px 2px;
	background-repeat:no-repeat;
	color: #447EBC;
	font-weight:bold;
	text-decoration: none;
	padding-left: 15px;
}

#previousLink a:hover{
	color: #90A5BC;
	text-decoration: none;
}




#nextLink {
	font-weight:bold;
}

#nextLink strong{
	display:block;	
	background-image:url(images/arrows_downloads_grey.gif);
	background-position: 30px 2px;
	background-repeat:no-repeat;
	color: #999;
	padding-right: 12px;
}


#nextLink a{
	background-image:url(images/arrows_downloads_blue.gif);
	background-position: 30px 2px;
	background-repeat:no-repeat;
	color: #447EBC;
	font-weight:bold;
	text-decoration: none;
	padding-right: 25px;
}

#nextLink a:hover{
	color: #90A5BC;
	text-decoration: none;
}


