html {
	background : transparent url('images/background.png') scroll no-repeat top center ;
}

body {
	font-family : Verdana ;
	font-size : 12px ;  /* 12*/
	color : #666666 ;
	line-height : 1.2em ;
	position:relative;
}

.clear {
	clear : both ;
}

.hilite { 
	background-color:#EA6921;
}

.grey {
	color : #999999 ;
}

.is_grey{
	color:#666666;
}

is_grey:hover{
	color:#EA6921;
}

.dark_grey {
	color : #1A1A1A ;
}

.orange, a, a:hover {
	color : #EA6921;
}

a:hover {
	text-decoration : underline;
}

.blue {
	color : #009DDF ;
}

.green {
	color : #C3D023 ;
}

.yellow {
   color : #FFD400 ;
}

.pink {
	color : #E1007A ;
}

h1 {
	color : #1A1A1A ;
	font-size : 18px ;
	padding-bottom : 10px ;
	overflow:hidden;
	cursor:default;
}

h2 {
	color : #000000 ;
	font-size : 16px ;
	margin:7px 0 0 50px;
	cursor:default;
}

h3 {
	color : #999999 ;
	font-size : 12px ;
	margin-bottom : 15px ;
	font-weight : normal ;
	cursor:default;
}

/* html a{
	text-decoration : none ;
	color : #666666;
}*/

a{
	text-decoration : none ;
	color : inherit;
}

.lamain{
	cursor:pointer;
}

.emphasize {
	color : #EA691E ;
}

.no-margin{
	margin:0px;
}

p {
	font-size : 12px ;
	margin : 10px 0 15px 0 ;
	text-align  : justify ;
	cursor:default;
}

.mt10 {
	margin-top : 10px ;
}

.ml10{
	margin-left : 10px;
}

.pl10 {
	padding-left : 10px ;
}

.pb10 {
	padding-bottom : 10px ;
}

.pl20{
	padding-left:20px;
}

.fs11{
	font-size: 11px ;
}

.ht200{
	height:200px;
}

.ht115{
	height:115px;
}

.ht90{
	height:90px;
}


.ht40{
	height:40px;
}

.bn{
	border:none;
}

.pt10{
	padding-top:10px;
}

.pb30{
	padding-bottom:30px;
}

.tar{
	text-align:right;
}

.pt3{
	padding-top:3px;
}

a.nu:hover {
	text-decoration : none;
}
