body {
	background: #99cccc 
	}

table {
	background-color: #ffffff;
	border-width: 6px;
	border-color: #ff0000;
	border-style: double;
	padding: 10px;
	}

table table {
	border-width: 0;
	background-color: transparent;
	padding: 0;
	}
	
table table td {
	}	
	
table table table {
	border-width: 0px;
	background-color: transparent;
	padding: 0px;
	}
	
table table table table{
	border-width: 2px;
	border-color: #666666;
	border-style: solid;
	background-color: #ccffcc;
	padding: 5px;
	}	

table table table table td {
	border-width: 2px;
	border-color: #000000;
	border-style: dashed;
	background-color: #ccffff;
	padding: 4px;
	}
	
body, td {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	}

a, a:link, a:active, a:visited, a:hover {
	color: #f3c;
	font-weight: bold;
	text-decoration: none;

	}
	
a:hover {
	text-decoration: underline;
	}

h1 { color: #00cccc; font-size: 18px; }

h2 { color: #cc0000; font-size: 18px; }

h3 { color: #cc0000; font-size: 14px; }

h4 { color: #cc0000; font-size: 12px; }

.footer {
	font-size: 9px;
	}

.attention {
	color: #00cccc;
	}	
	
.pickProduct {
	height: 290px;
	overflow: scroll;
	background-color: #99cccc;
	}
	
.pickDesign {
	height: 290px;
	overflow: scroll;
	background-color: #ffcccc;
	}			
	
.designBack {
	background-color: #ffffff;
	width: 125px;
	}	
		
.menu {
	color: #ffffff;
	}

a.menu {
	color: #ffffff;
	text-decoration: none;
	}
a.menu:hover {
	color: #800000;
	text-decoration: underline;
	}	

.small {
	font-size: 9px;
	}
		

.menuDiv {
	color: #cccccc;
	background-color: #333333;
	border-width: 4px;
	border-color: #800000;
	border-style: solid;
	
	}		

.adminDiv {
	color: #000000;
	background-color: #cccccc;
	border-width: 4px;
	border-color: #800000;
	border-style: double;
	
	}	

.homeLogin {
	font-size: 8px;
	color: #000000;
		}

a.homeLogin {
	font-size: 8px;
	text-decoration: none;
	color: #000000;
	}
	
a.homeLogin:hover {
	font-size: 8px;
	color: #800000;
	text-decoration: underline;
	}	