a:link
{
	color:#00008B;
}
a:visited
{
	color:#75c353;
}
a:hover
{
	color:#75c353;
}
a:active
{
	color:#75c353;
}
img
{
	border: 0px;
}
.bodytext {
	font-family: Trebuchet, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	padding: 0px;
}

ul {
	margin-top: 5px;
	margin-bottom: 15px;
	list-style: none;
}

/* Bullet list ul */
.blog {
	width : 100%;
}
.blog_more {
	margin : 10px 5px 20px 5px;
}
.blog_more strong {
	margin : 2px;
	display : block;
	font-size : 14px;
	font-weight : bold;
}
.blog_more ul {
	margin : 5px;
	padding : 0;
}
.blog_more ul li a {
	color : #888;
}

ul li {
	color : #888;
	text-align : left;
	padding-left : 25px;
	background-image : url(../images/li.png);
	background-repeat : no-repeat;
	background-position : 0 2px;
}
 ul li:hover {
	color : #484848;
	text-align : left;
	padding-left : 25px;
	background-image : url(../images/li_hover.png);
	background-repeat : no-repeat;
	background-position : 0 2px;
}
/*left menu styles*/
ul li { padding-left: 32px; line-height: 160%; background-color: transparent; }
h1 {
	padding: 0px;
	font-family: Trebuchet, Arial, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	vertical-align: bottom;
	color: #333;
	text-align: left;
	width: 100%;
	}
body,td,th
{
	font-family: Trebuchet, Arial, sans-serif;
	margin-left: 0px;
  	margin-top: 0px;
  	margin-right: 0px;
  	margin-bottom: 0px;
}

.alternate_bodytext
{
	font-family: Trebuchet, Arial, sans-serif;
	font-size: 12px;
	background-color: #EAF0E6;
	text-indent: 2px;
	padding: 2px;
}

.basicborder
{
	border: 2px dotted #CCCCCC;
}
.basicborderNoBottom
{
	border-left: 2px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	border-top: 2px solid #CCCCCC;
}
.basicborderNoTop
{
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.basicborderbold
{
	border: 1px solid #CCCCCC;
	font-weight: bold;
}
.borderTopRightBottom
{
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.FooterText
{
	font-family: Trebuchet, Arial, sans-serif;
	color: #EAF0E6;
	FONT-SIZE: 11px;
	text-align: center;
}

