body {
	font-family:  Tahoma;Verdana;Arial
	font-size: 15px;
	color: #000;
	font-weight: normal;
	background-color: #FFF; 
}
td {
	font-size: 15px;
	color: #000;
	font-weight: normal;
}
p.title {
	font-size: 15px;
   font-weight: bold;
   color: #336699;
}

a:link {
    font-size: 15px;
	color: #fff;
	text-decoration: none;
}
a:active {
	color: #FFf;
	text-decoration: none;
}
a:visited {
	color: #fff;
	text-decoration: none;

}
a:hover {
	color: #FF6600;
	text-decoration: none;
}


a.main:link {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;

}
a.main:visited {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;

}
a.main:hover {
	color: #FF6600;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
}
a.main1:link {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;

}
a.main1:visited {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;

}
a.main1:hover {
	color: #FC5200;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

a.sm:link {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}
a.sm:visited {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;

}
a.sm:hover {
	color: #FF6600;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;

}


th {
	font-size: 18px;
	color:#FFF;
	font-weight: bold;
}

h2 {
	color:#666666;

}

h3 {
	color:#12264b;
    margin-top:-21px;

}

ul.table
{
list-style-image:url('../images/mark.jpg');

}
li.table
{
margin-bottom: 15; 
padding-left: 1 em;
}

hr.dot {
border: 0; 
height: 2px; 
border-bottom: 1px dotted #12264b;
width: 100%;  
text-align: left;/*this will align it for IE*/
margin: 0 auto 0 0; /*this will align it left for Mozilla*/
background-color: #FFF;
}