﻿/***********************
	BLUE: #2e86cd
	DK BLUE: #2875b2
	GREEN: #6ea93d
	DK GREEN: #5e9431
	ORANGE: #ffbc51
	DK ORANGE: #e4a849
	LT ORANGE: #ffdda8	
***********************/

body 
{
    width:700px;
    text-align:center;
    font-size:10pt;
    background: url(~/Images/BackFade.gif) #56585a repeat-x top;
    font-family:Arial, Verdana;
    margin:0 auto;
    color:#3d3d3d;
}

/***** GENERAL LINKS *****/
a.link, a.link:visited, a, a:visited {color:#2e86cd; text-decoration:none;}
a.link:hover, a:hover {color:#6ea93d}

/** HEADER MENU **/
.HMI, .HMI:visited, a.HMI, a.HMI:visited {font-size:9pt; font-family:Arial; font-weight:bold; color:#ffbc51; text-decoration:none}
.HMI:hover, a.HMI:hover {color:#2e86cd;}
.HMS, a.HMS {font-size:9pt; font-family:Arial; font-weight:bold; color:#2e86cd; text-decoration:none}

/** FOOTER MENU **/
.FMI, .FMI:visited, a.FMI, a.FMI:visited {font-size:7pt; font-family:Arial Narrow; color:#cccccc; text-decoration:none}
.FMI:hover, a.FMI:hover {color:#2e86cd;}
.FMS, a.FMS {font-size:7pt; font-family:Arial Narrow; color:#2e86cd; text-decoration:none}

/** TITLES **/
.page-title {color:Black; background-image:url(images/Title.gif); background-repeat:no-repeat; height:21px; font-weight:bold; padding-left:25px}
