body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url('../images/gray.gif');
	background-repeat: repeat;
	background-color: #eeeeee;
	margin: 0px
}
li {
	font-weight: bold;
	color: #367A85;
	slist-style-image: url('../images/bullet_1.jpg');
	clip: rect(auto,auto,auto,auto);
	margin-left: -15px
}

.searchinput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #7FA4BD;
	color: #7FA4BD;
	height: 15px;
	width: 140px;
	background: F5F9FC;
}


/* links */
/* no */
a.no{
	text-decoration: none;
	font-size: 16px;
	color: gray;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
}

a.no:link{
	text-decoration: none;
	font-size: 16px;
	color: gray;	
	font-weight: bold;	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
}

a.no:visited{
	text-decoration: none;
	font-size: 16px;
	color: gray;	
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
}

a.no:hover{
	text-decoration: underline;
	font-size: 16px;
	color: gray;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* no */
a.no_nosize{
	text-decoration: none;
	color: black;	
	text-decoration: none;	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	display: block;
}

a.no_nosize:link{
	color: black;	
	text-decoration: none;	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	display: block;
}

a.no_nosize:visited{
	color: black;	
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	display: block;
}

a.no_nosize:hover{
	color: black;	
	text-decoration: underline;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	display: block;
}

/* no_effect */
a.no_effect{
	text-decoration: none;
	color: black;	
	text-decoration: none;	
}

a.no_effect:link{
	color: black;	
	text-decoration: none;	
}

a.no_effect:visited{
	color: black;	
	text-decoration: none;
}

a.no_effect:hover{
	color: black;	
	text-decoration: underline;
}

/* gray */
a.gray {
	text-decoration: none;
	color: gray;	
	text-decoration: none;	
}

a.gray:link{
	color: gray;	
	text-decoration: none;	
}

a.gray:visited{
	color: gray;	
	text-decoration: none;
}

a.gray:hover{
	color: #ce2f2f;	
	text-decoration: underline;
}

/* red */
a.red {
	text-decoration: underline;
	color: #ce2f2f;	
	text-decoration: none;	
}

a.red:link{
	color: #ce2f2f;	
	text-decoration: underline;	
}

a.red:visited{
	color: #ce2f2f;	
	text-decoration: underline;
}

a.red:hover{
	color: gray;	
	text-decoration: underline;
}

/* divs */

.content {
	margin: 9px;
	color: Gray;
}

.contentb {
	padding: 2px;
	margin: 9px;
	color: Gray;
}

.content2 {
	padding: 3px;
	color: Gray;
}
p.entertainment {
  font-size: 11px;
	margin:20px 0 0 3px;
	color: Gray;
}
ul.content2
{
 padding: 0 0 0 0px;
 margin: 0 0 0 50px;
}

.red {
	color: #ce2f2f;
}
.gray {
	color: gray;
}
.lightgray {
	color: #cccccc;
}
/* borders */
.border_br_gray{
	border-bottom: 1px solid #D7D7D7;	
	border-right: 1px solid #D7D7D7;
	color: gray;
}
.border_b_gray{
	border-bottom: 1px solid #D7D7D7;	
}
.border_t_gray{
	border-top: 1px solid #D7D7D7;	
}

.border_right_gray{
	border-right: 2px solid #D7D7D7;	
}



/* Background Images*/

.bgimage{ background-image:url("../images/l.gif"); }
.bgimager{ background-image:url("../images/r.gif"); }