/* CSS Document */

body {
	background-color:#000000;
	text-align:center;
	font-size:14px;
	color:#CCCCCC;
	font:Arial, Helvetica, sans-serif;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:10px;

}
A {
	font-family: Arial, Helvetica, sans-serif;
	border:0px;
	TEXT-DECORATION: underline;
	COLOR: white;
}
A:link {
	border:0px;
	TEXT-DECORATION: underline;
	COLOR: white;
}
A:hover {
	text-decoration:none;
	cursor:pointer; cursor:hand;
	border:0px;
	COLOR: red;

}
table.body{
	text-align:center;
	border:10px none white;
	
}
div.container{
	margin:0px auto 0px auto;
}
div.containerMain{
	margin:10px auto 0px auto;

	background-image: url("../images/smdLiquifiedBG.jpg");
	background-repeat:no-repeat;
}
table.menu{
	border-style:groove

}
td.desc {
	padding-bottom:5px;
	text-align:left;
	vertical-align:top;
}

td.title {
	text-align:center;
}
.style12it {
	font-size: 12px;
	font-style: italic;
}
.style10 {
	font-size: 10px
}
.style10it {
	font-size: 10px; 
	font-style: italic; 
}
.style18b {
	font-size: 18px;
	font-weight: bold;
}
.style16b {
	font-size: 16px;
	font-weight: bold;
}