/* General font styles applicable*/
a {
	color:#0000FF;
	font-weight:normal;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
	color: #FF6600;
}

a:active {
	text-decoration:underline;
}


/* Nov/06 worshop decimal and roman points listing */
ul.decimal {list-style-type: decimal;		
	margin: 0;
	padding: 10;	
	margin-left:22px;
	margin-right:0px;
	}


li.decimal { 
	list-style-image:none;
	list-style-position:outside;	
	}
	
	
/* Nov/06 worshop points */


li {
	list-style-image:url(http://lt-psimon/img/cssimage/li.gif);
	list-style-position:inside;
	
}

ul.news_home {
	margin: 0;
	padding: 0;	
	margin-left:16px;
	margin-right:0px;
	}
	

li.news_home { font-family: Verdana,Arial,Helvetica,sans-serif;
	list-style-position:outside;
	}
	
	
/*
img {
	float:right;

}*/
.heading {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:14px;
	font-style:normal;
	line-height:16px;
	letter-spacing:0.010;
	color:#FF0000;
}
.blackonred{
	font-family:Arial,Helvetica,sans-serif;
	font-size:18px;
	font-style:normal;
	text-align:center;
	vertical-align:middle;
	line-height:16px;
	letter-spacing:0.010;
	color:#FF0000;
}
.blackonwhite{
	font-family:Arial,Helvetica,sans-serif;
	font-size:18px;
	font-style:normal;
	text-align:center;
	vertical-align:middle;
	line-height:16px;
	letter-spacing:0.010;
	color:#FFFFFF;
}
.bluesubhead{
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:16px;
	font-style:normal;
	vertical-align:middle;
	line-height:16px;
	color:#0000FF;
}
.greentext {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:14px;
	font-style:normal;
	vertical-align:middle;
	line-height:16px;
	color:#008000;
}
.main {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11.5px;
	font-style:normal;
	line-height:16px;	
	letter-spacing:0.30;
	white-space:normal;
	text-decoration:none;
	color:#080808;
}
.mainash {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-style:normal;
	line-height:16px;
	letter-spacing:0.25;
	white-space:normal;
	text-decoration:none;
	color:#666666;
}

.small_link { /* related links Nov/06 */
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:9px;
	font-style:normal;
	line-height:11px;
	white-space:normal;
	text-decoration:none;	
	font-weight: bold;
	color:blue;
}


a.small_link:hover {
	color: #990000;
	font-weight: bold;
}

a.small_link:hactive {
	text-decoration:none;
}

a.small_link:visited {
	text-decoration:none;
}


/* related links Nov/06 */

.small {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-style:normal;
	line-height:14px;
	white-space:normal;
	text-decoration:none;
	color:#080808;
}
.smallash {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-style:normal;
	line-height:14px;
	color:#777777;
}
.smallheading {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10.9px;
	font-style:normal;
	line-height:15px;
	letter-spacing:0.15;
	text-decoration:none;
	color:#080808;
}
.caption {
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	font-style:normal;
	line-height:13px;
	color:#777777;
}
.news {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:9px;
	font-style:normal;
	line-height:12px;
	color:#000033;
}

.menulink {
	font-family:Arial,Helvetica,sans-serif,Verdana;
	font-size:13px;
	font-style:normal;
	font-weight:bold;
	line-height:normal;
	color:#000040;	
	letter-spacing:0.030;
	/*text-transform:uppercase;*/
	text-decoration:none;
}
.linkm {

	background-image:url(http://lt-psimon/img/cssimage/shader_c_default.gif);
	background-repeat:repeat;
	background-color:#777a7d;
}
.linkm_active {

	/*
	background-image:url(http://lt-psimon/img/cssimage/menu_active.gif);*/
	background-repeat:repeat;
}



/* end of font styles */
