  /* CSS Document */

body {
	margin-top:10px;
	margin-bottom:10px;
	margin-right:0px;
	margin-left:0px;
	text-align:center;
	color: #333333;
	background-color:#FBFBFB;
}

#container {
	width:750px;
	text-align:left;
	background-color:#FFFFFF;
	border-color:#EAEAEA;
	border-style:solid;
	border-width:1px;
	margin-left:auto;
	margin-right:auto;
}

td{
	vertical-align:top;
}

.tbhosting {
	font-family:"Times New Roman", Times, serif;
	background:#F7F7F7;
	font-size:15px;
	font-weight:bold;
	border:#999999 1px;
	border-bottom:solid;
	padding-right:5px;
}


#menu a,
#menu a:link,
#menu a:visited,
#menu a:active {
	color:#666666;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
	font-family:"Times New Roman", Times, serif;
}

#menu a:hover {
	color:#000000;
	text-decoration:none;
			
}

a,
a:link,
a:visited,
a:active {
	color:#003399;
	font-size:14px;
	text-decoration:underline;
	font-family:"Times New Roman", Times, serif;
}

a:hover {
	color:#000000;
	text-decoration:none;
		
}
div, td, p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left:15px;
	padding-right:15px;

}


p.bold {
	font-weight:bold;
}

.date {
	font-size:14px;
	font-weight:bold;
	color:#990000;
}
.ulist {
	list-style:square;
}
.ulist a,
.ulist a:link,
.ulist a:visited,
.ulist a:active {
	color:#003399;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
	font-family:"Times New Roman", Times, serif;
}

.ulist a:hover {
	color: #0033CC;
	text-decoration:none;
			
}
ul.links { 
	list-style-image:url(images/ul.gif);
	padding-right:5px;
	margin-right:10px;
	
	
	
}
ul.links li { 
	padding-bottom:5px;
	
}