body
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	margin: 0;
}

p
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3d3d3d;
	line-height: 140%;
}

a
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #68a4cd;	
}
a:hover
{
	text-decoration: none;
}

h1
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;	
	color: #bd9b1d;
}
h2
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
	color: #68a5cd;
	text-transform: uppercase;
	margin: 0% 0px 15px 0px;
	padding-left: 10px;
	padding-bottom: 6px;
	border-bottom: 1px solid #dcdcdc;
}
h3
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;	
	color: #7E7E7E;
	margin: 10px 0% 5px 0%;
}
li
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 0px 0px 0px 0px;
/*	list-style-image: url(/images/bullet.gif); */
	list-style-type: square;
}
td.menu
{
	background: #94d1ec url(/images/bullet.gif) no-repeat center left;
	border: 1px solid #76aed3;
	height: 20px;
	padding: 0 0 0 20px;
}
a.menu
{
	font-weight: bold;
	color: White;
	text-decoration: none;
	font-size: 11px;
	width: 100%;
	display:block;	
}
td.menu2
{
	background: #fff url(/images/bullet.gif) no-repeat center left;
	border: 1px solid #76aed3;
	height: 20px;
	padding: 0 0 0 20px;
}
a.menu2, a.menu:hover
{
	font-weight: bold;
	color: #5f9ec9;
	text-decoration: none;
	font-size: 11px;
	width: 100%;
	display:block;	
}
.content
{
	border: 1px solid #d0d0d0;
	background: #f6f6f6;
	padding: 3px;
}
.text_input
{
	border-bottom: 1px solid #c2cedc;
	border-top: 1px solid #96a7b7;
	border-right: 1px solid #96a7b7;
	border-left: 1px solid #96a7b7;		
	font-size: 11px;
	color: #8d8d8d;
	padding-bottom: 2px;
	margin-bottom: 5px;
	width: 155px;
}
td.date
{
	background-color: #8d8d8d;
	color: White;
	width: 90px;
}
.date
{
	font-size: 10px;
	color: #88888a;
}
.actual
{
	line-height: 120%;
	font-size: 11px;
	margin: 0;
}
.title
{
	color: #4c94c3;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
.img_border
{
	border: 1px solid #4a4a4a;
	padding: 3px;
	margin: 10px;
}