body {
margin : 0;
background-image : url(img/bg.jpg)!important;
background-repeat: repeat-x;
background-color : #000000;
font-family: "trebuchet ms", arial, verdana;
font-size : 12px; 
color: #ffffff;
cursor: default;
}
a, a:visited, a:active {
text-decoration: none;
color: #ff4a7d;
border: none;
}
a:hover {
color: #ff0018;
border:none;
text-decoration: underline;
}
strong {
color: #f49099;
}
strong.b {
color: #fff000;
}
em {
color: #dfedf8;
}
blockquote {
width: 65%;
font-size: 11px;
color: #ffffff;
border-right: 15px solid #490108;
background-color: #1d0103;
display: block;
height: 50px;
padding: 10px 10px 10px 10px;
}
table, td, tr{
font-family: "trebuchet ms", arial, verdana;
font-size: 12px;
}
.table {
background-image: url(img/bgt.jpg);
background-repeat: repeat;
font-family: "trebuchet ms", arial, verdana; 
font-size : 12px;
}
h1 {
font-family: georgia, serif;
margin-bottom: 20px;
margin-top: 20px;
margin-left: 30px;
margin-right: 30px;
font-size: 14px;
text-align : center;
color: #e6d8e5;
border-top: 1px dotted #e6d8e5;
border-bottom: 1px dotted #e6d8e5;
}
h2 {
margin-left: 30px;
font-family: georgia, serif;
padding: 5px;
font-size: 11px;
text-align : center;
color: #5a636f;
border-bottom: 1px dotted #5a636f;
}




.mytable {
	width: 700px;
	padding: 0;
	margin: 0;
}
.th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA;
}
.th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}
.td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}

td.alt {
	background: #F5FAFA;
	color: #797268;
}

.th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

.th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}