td	{
	font-family: Arial, Helvetica; 
	font-size: 11px;
	
}

th	{
	font: Arial, Helvetica;
	font-size:10px;
    color: #FF9933;    
        border-right: 1px solid #C1DAD7;
        border-bottom: 1px solid #C1DAD7;
        border-top: 1px solid #C1DAD7;
        text-align: center;
        background: #666666 url(../media/bg_header.jpg) no-repeat;
        vertical-align:middle;
		padding: 3px;
}

li {  
	font-family: Arial, Helvetica; 
	font-size: 11px;
}

p {  
	font-family: "Trebuchet MS"; 
	font-size: 12px;
	line-height:16px;
}

tbody { margin: 6px;
}
                                                                                                                                           
h1 {
	font-family:Arial, Helvetica;
	color: #003399;
	font-size:16px;
	line-height: 1.6;
}

h2 {
	font-family: Arial, Helvetica; 
	font-size: 14px; 
	color: #003399; 
	font-style: normal;
}

h3 {
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #003399;
	font-style: normal;
}

a:link {
	font-family: Arial, Helvetica; 
	font-style: normal; 
	color: #FF9933; 
	text-decoration: underline;
}

a:visited {
	font-family: Arial, Helvetica; 
	font-style: normal; 
	color: #FF9933; 
	text-decoration: underline;
}

a:hover {
	font-family: Arial, Helvetica; 
	font-style: normal; 
	color: #3333CC; 
	text-decoration: underline;
}

a:active {
	color: red;
}

a.menu:link {
	font-family: Arial, Helvetica; 
	font-size: 11px; 
	font-style: normal; 
	color: #FF9933; 
	text-decoration: none;
}

a.menu:visited {
	font-family: Arial, Helvetica; 
	font-size: 11px; 
	font-style: normal; 
	color: #FF9933; 
	text-decoration: none;
}

a.menu:hover {
	font-family: Arial, Helvetica; 
	font-size: 11px; 
	font-style: normal; 
	color: #3333CC; 
	text-decoration: underline;
}

a.menu:active {
	color: red;
}

a.menu2:link {
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-style: normal; color: #003399;
	text-decoration: none;
}

a.menu2:visited {
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-style: normal;
	color: #FF9933;
	text-decoration: none;
}

a.menu2:hover {
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-style: normal;
	color: #FF9933;
	text-decoration: underline;
}

a.menu2:active {
	color: red;
}

.redtext	{
	color: red;
	text-decoration: none;
}

.msg	{
	font-family: Arial, Helvetica; 
	font-size: 10pt;
	color: CC3333;
	text-decoration: none;
}

.lilist	{
	font-family: Arial, Helvetica;
	font-size: 11px;
	line-height: 17px;
}


.small	{
	font-size: 8pt;
}

.white	{
	color: #FFFFFF;
}

.grey	{
	color: #646464;
}

.grey2	{
	color: #999999;
}

.smallgrey	{
	font-size: 8pt;
	color: #646464;
}

.bullet01 	{
	list-style-image: url(/images/bullet.gif);
}

.bullet02 	{
	list-style-image: url(/images/bullet02.gif);
}	

.header01	{
	font-family: Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #000063;
}

.bolded	{
	font-weight: bold;
}

.hyo-bgcolor-1 {

	background-color: #FFFFFF;

}

.hyo-bgcolor-2 {

	background-color: #FFFFCC

}
.hyo-title {

	color: #FFFFFF;
	font-weight:bold;
	background-color:#666666;
	text-align: center;
}

th.sortable,
th.sortable-text,
th.sortable-date,
th.sortable-keep,
th.sortable-date-dmy,
th.sortable-numeric,
th.sortable-currency,
th.sortable-sortByTwelveHourTimestamp,
th.sortable-sortIPAddress,
th.sortable-sortEnglishLonghandDateFormat,
th.sortable-sortScientificNotation,
th.sortable-sortImage,
th.sortable-sortFileSize,
th.sortable-sortAlphaNumeric,
th.sortable-sortEnglishDateTime

        {
        cursor:pointer;
        background: #666666 url(../media/bg_header_sortable.jpg) no-repeat;
        
        }
th.forwardSort
        {
        background:#FFB971 url(../media/bg_header_down.jpg) no-repeat 0 0;
        }
th.reverseSort
        {
        background:#FFB971 url(../media/bg_header_up.jpg) no-repeat 0 0;
        }
table thead th.forwardSort a,
table thead th.reverseSort a
        {
        color:#000;
        text-decoration:none;
        }

th a
        {
        text-decoration:none;
        color: #000000;
        background:transparent;
        }

tr[class="alt"] td
        {
        background: #FFFFCC url(../media/td_alt.jpg) no-repeat;
        }
td[class~="alt"]
        {
        background: #CFE5FF url(../media/col_alt.jpg) no-repeat !important;
        }
tbody tr.alt td:first-child
        {
        background: #FFFFCC url(../media/bullet2.gif) no-repeat;
  
        }
/* Image free rules for Internet Explorer < 7 */
* html tr.alt td
        {
        background-color:#FFFFCC;
        }
* html tr td.alt,
* html tr.alt td.alt
        {
        background-color:#CFE5FF;
        }
		
