/** static pages CSS from the template **/

a:link    {
	color:#000000;
	text-decoration: underline;
}
a:hover   {
	color:#333333;
	text-decoration: none;
}
a:visited {
	color:#000000;
	text-decoration: underline;
}

b {color:#63696F}

.mLink:link    {
	color:#63696F;
	font-size:11px;
	text-decoration: underline;
}
.mLink:hover   {
	color:#333333;
	font-size:11px;
	text-decoration: none;
}
.mLink:visited {
	color:#63696F;
	font-size:11px;
	text-decoration: underline;
}

.Text * td {font-family:Tahoma; font-size:11px; color:#63696F}
.Copy {Font-Family:Tahoma; Font-size:10px; color:#7E868C; padding:10px 0px 15px 0px}

.PaddingMain  {padding:15px 10px 15px 10px}

/** Tables **/
table.form
{
	border-width: 0px;
	padding: 0px;
}
td.formlabel
{
	text-align: right;
	font-weight: bold;
	padding-right: 5px;
}
td.formfield
{
	text-align: left;
}
	
/** Custom Fonts **/
h1, h2, h3, h4, h5
{
	font-family: Tahoma;
	margin: 0;
	color: #63696F;
}
h1
{
	font-size: 18px;
}
h2
{
	font-size: 16px;
}
h3
{
	font-size: 14px;
}
h4
{
	font-size: 12px;
}

td.pagetitle
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: White;
}
.usertitle
{
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: White;
}
.usertitle:link    
{
	color: White;
	text-decoration: underline;
}
.usertitle:hover   
{
	color: White;
	text-decoration: none;
}
.usertitle:visited 
{
	color: White;
	text-decoration: underline;
}
.sbttn
{
    BORDER-RIGHT: #999999 1px solid;
    BORDER-TOP: #999999 1px solid;
    BORDER-LEFT: #999999 1px solid;
    BORDER-BOTTOM: #999999 1px solid;
    
    FONT-SIZE: 8pt;
    BACKGROUND: #ffffff;
    CURSOR: hand;
    COLOR: #000006;
    FONT-FAMILY: Tahoma,Verdana,sans-serif;
    HEIGHT: 20px;
    width:50px;
    TEXT-DECORATION: none
}
/** Navigation Menu **/
#SideMenuNav
{
    /* menu wrapper div */
    margin-top: 0px;
    margin-bottom: 20px;
}

#SideMenuNav ul
{
    /* all submenu lists */
    padding: 0;
    border: 0;
    margin: 0;
    list-style: none;
}

#SideMenuNav a
{
    /* all links within the menu wrapper */
}

#SideMenuNav li
{
    /* all list items */ 
    /* added for opera browser to remove bullets on lists */
    list-style: none;
    margin: 0;
}

#SideMenuNav li a:link, #SideMenuNav li a:visited
{
    /* main colour of the menu */
    margin: 0;
    display: block;
	font-family: Tahoma;
	font-size: 11px;
	font-weight : normal;
	text-decoration: none;
	color: #63696F;
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	padding-left:20px;
	padding-right:20px;
	padding-top: 8px;
	height: 21px;
	width: 172px;
}

#SideMenuNav li a:hover
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight : normal;
	text-decoration: underline; 
	color: #000000;
	background-image: url(images/menu_swap.jpg);
	background-repeat: no-repeat;
}