﻿
h1
{
    font-size:16px;
    font-weight:bold;
    color:#002051;
    margin-bottom:10px;
}


h2
{
    font-size:13px;
    font-weight:bold;
    color:#3B5378;
    margin:0;
    margin-bottom:10px;
}


h2 a
{
    color:#3B5378;
}

h2 a:hover
{
    color:#666;
    text-decoration:none;
}

h3
{
    font-size:11px;
    font-weight:bold;
    color:#666;
    margin: 0 0 5px 0;
}


h4
{
  font-size:11px;
  font-weight:bold;
  color:#002051;
  margin:0 0 5px 0;
  background:#fff;
  padding:3px 2px 3px 4px;
  width:auto;
}


h4 a
{
   color:#002051 !important; 
   text-decoration:none !important;
}

h4 a:hover
{
   color:#666 !important; 
   text-decoration:none;
}


p
{
  margin:0px 0 8px 0;
  line-height:16px;
}

img
{
    display:block;
}


hr
{
    clear:both;
    padding:0;
    height:1px;
	border:0;
	border-bottom:1px dotted #999; 
}

.hr2
{
    clear:both;
    padding:0;
    height:1px;
	border:0;
	border-bottom:1px solid #ccc;
	margin:5px 0 5px 0; 
}




.contentBody img
{
	/*Shahn: To remove the gray border*/
    /*border:1px solid #ccc !important;*/
    /*padding: 12px 12px 36px 12px !important;*/
    padding: 5px 5px 5px 5px;
}



.mainBody img
{
    border:1px solid #ccc;
    padding: 10px 10px 40px 10px;
}




.mainBody ul
{
    list-style-image:url(../gfx/arrow_white.gif);
    margin-bottom:10px;
}

.mainBody ul li
{
    padding-bottom:5px;
    padding-left:5px;
    color:#999;
}



a
{
   color:#0000ff;
   text-decoration:none; 
}



a:hover
{
   color:#666;
   text-decoration:underline;
}

select
{
    font-family:Arial;
    font-size:11px;
    color:#666;
    width:146px;
    margin-bottom:5px;
}
/*
input
{
    width:140px;
    border:1px solid #ccc;
    background-color:#e5e5e5;
}


textarea
{
    width:140px;
}
*/