﻿body 
{
	margin: 0px;
}
.header3
{
	font-family:Verdana;
	font-size:13px;
	color:#28618F;
	text-decoration:none;
	font-weight:bold;
}
.header4
{
	font-family:Verdana;
	font-size:11px;
	color:#28618F;
	text-decoration:none;
	font-weight:bold;
}
.black_text
{
	font-family:Arial;
	font-size:12px;
	text-align:left;
}

.black_bold {
	font-family:Verdana, Times, serif;
	font-size:12px;
	text-align:left;
	color:#949599;
	font-weight:bold;
}

.black_text_bold
{
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	color:#000000;
}
.bodyText
 {
	font-family:Verdana;
	font-size:11px;
	color:#3B3B3B;
	text-decoration:none;
 }
 .bodyTextbold
 {
	font-family:Verdana;
	font-size:12px;
	color:#3B3B3B;
	text-decoration:none;
	font-weight:bold;
 }
 .graybodytextbold
 {
	font-family:Verdana;
	font-size:9px;
	color:#636363;
	text-decoration:none;
	font-weight:bold;
 }
.gray_text
{
	font-family:Arial;
	font-size:13px;
	text-align:left;	
	color:#676567;
}

.gray_textNew
{
	font-family:Arial;
	font-size:13px;
	text-align:left;	
	color:#676567;
	font-weight:bold;
}

.gray_text_small
{
	font-family:Arial;
	font-size:11px;
	text-align:left;	
	color:#676567;
}

.gray_text_bold
{
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	text-align:left;	
	color:#676567;
}

.white_text_bold
{
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	text-align:left;	
	color:#ffffff;
}

.Error_Msg
{
	font-family:Arial;
	font-size:12px;
	text-align:left;
	color:Red;
}

.Error_Bold
{
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	color:Red;
}

.list_box
{
	font-family:Arial;
	font-size:10px;
	text-align:left;
	color:#808285;
}

.blue_text_large
{
	font-family:Arial;
	font-size:22px;
	font-weight:bold;
	text-align:left;	
	color:#008080;
}

.blue_text
{
	font-family:Arial;
	font-size:12px;	
	color:#008080;
}

.blue_text_bold
{
	font-family:Arial;
	font-size:13px;
	font-weight:bold;	
	color:#008080;
}

.blue_text_footer
{
	font-family:Arial;
	font-size:13px;
	text-decoration:underline;	
	color:#008080;
}



.link_text
{
	font-family:Arial;
	font-size:12px;	
	color:#0000FF;
	text-decoration:underline;
}

.green_text
{
	font-family:Arial;
	font-size:13px;	
	font-weight:bold;
	color:#008080;
}

.InputButton {
    font-size: 8pt;
    font-family: 'Verdana','Arial','Geneva','Helvetica';
    color:Black;
    text-decoration:none;
    font-weight:bold;
    background-color:#ffffff;
    cursor: hand;
    border-top: 1.5px solid black;
    border-left: 1.5px solid black;
    border-right: 1.5px solid black;
    border-bottom: 1.5px solid black;
    border-style:solid;
    border-width:1px;
}


a.blue_link
{
	font-family:Arial;
	font-size:12px;
	color:blue;
	font-weight:bold;
	text-decoration:none;
}

a.blue_small_link
{
	font-family:Arial;
	font-size:2px;
	color:#7D7775;
	font-weight:bold;
	text-decoration:none;
}

a.blue_link:hover
{
	font-family:Arial;
	font-size:12px;
	color:#FFCC33;
	font-weight:bold;
	text-decoration:none;
}
a.graylink
{
	font-family:Verdana;
	font-size:9px;
	color:#696969;
	font-weight:bold;
	text-decoration:none;
}
a.graylink:hover
{
	font-family:Verdana;
	font-size:9px;
	color:#696969;
	font-weight:bold;
	text-decoration:none;
}
.breadcrumb {font-family:"Verdana", Tahoma; font-size:12px; color:#2c406c; font-weight:bold; text-decoration:none; text-align:left; border:none; background:none; padding-top:10px}
a.productLinks
{
	font-family:Arial;
	font-size:12px;
	color:blue;
	font-weight:normal;
	text-decoration:none;
}
a.productLinks:hover
{
	font-family:Arial;
	font-size:12px;
	color:#FFCC33;
	font-weight:normal;
	
}
.lightgraytext_bold
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#777777;
}

.tabs
        {
            position:relative;
            top:1px;
            left:10px;
        }
        .tab
        {
            border:solid 1px black;
            background-color:#eeeeee;
            padding:2px 10px;
        }
        .selectedTab
        {
            background-color:white;
            border-bottom:solid 1px white;
        }
        .tabContents
        {
            border:solid 1px black;
            padding:10px;
            background-color:white;
        }
.productname
{
	font-family:Arial;
	color:#EAEDF2;
	font-weight:bold;
	font-size:12;
}
.comment
{
	font-family:Arial;
	font-size:10pt;
	color:#FBFAFF;
	text-decoration:none;
	font-weight:bold;
}