/* Global Styles */

body {
	margin:0px;
	}
	
td {
	font:11px arial;
	color:#333333;
	}
	
a {
	color: #cc0000;
	text-decoration:none;
	}
	
a:hover {
	color: #990000;
	text-decoration:underline;
	}
	
/* ID Styles */
	
#padding {
	padding:20px 5px 20px 5px;
	}
	
/* Text styles */
.logo {
	font: Georgia;
	font-family: Georgia, Times New Roman, Times, serif;
	color: #996600;
	letter-spacing:.2em;
	font-weight:bold;
	font-size: large; 
	}

.sidebarText {
	font: georgia;
	font-family: Georgia, Times New Roman, Times, serif;
	color: #996600; 
	line-height: 18px; 
	font-weight: bold; 
	font-size: x-large; 
	}
	
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
	line-height:16px;
	color:#FFFFFF;
	font-size: small; 
	}

.item {
	font-family: Arial, Helvetica, sans-serif;
	font-style: bold;
	color:#FFFFFF;
	font-size: medium; 
	}
		
.greentext {
	color: #009966;
	font-size: small;
	}
	
.welcome {font-size: x-large;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

.price {font-size: small; 
	font-weight:bold;
	color: #FFFFFF;
}