/* THIS STYLE SHEET IS FOR USE WITH THE MWDC WEBSITE. PLEASE NOTE THE COMMENTS AVAILABLE NEXT TO EACH RULE. IF YOU ADD A CLASS, PLEASE COMMENT YOUR CLASS EXPLAINING USAGE. HEXIDECIMAL VALUES SHOULD BE USED WHEN SETTING COLOR ATTRIBUTES. PLEASE COMMENT THE HEX VALUE WITH A DESCRIPTION OF THE COLOR. */


/* ********************************************************************************** */
/* GENERAL CLASSES */
/* ********************************************************************************** */
/* no header classes exist at this time */

/* ******************************************************************************* */
/* BODY DEFENITIONS */
/* ******************************************************************************* */

body {
	font-size: 10pt;
	color: #000000;
	font-family: sans-serif;
	background-color: #fcf3e2;
}

/* ******************************************************************************* */
/* LINK DEFINITIONS */
/* ******************************************************************************* */

a {
    color: #2f58b9
}

a:visited {
    color: #7d0552
}

a:link {
    color: #2f58b9
}

a.footer {
    font-size: 8pt;
    color:  #9e9c9b;
    font-family: sans-serif
}

a.footer:visited {
    font-size: 8pt;
    color:  #9e9c9b;
    font-family: sans-serif
}

a.footer:link {
    font-size: 8pt;
    color:  #9e9c9b;
    font-family: sans-serif
}

a.breadcrumb {
    font-size: 8pt;
    color:  #9e9c9b;
    font-family: sans-serif
}

a.breadcrumb:visited {
    font-size: 8pt;
    color:  #9e9c9b;
    font-family: sans-serif
}

a.breadcrumb:link {
    font-size: 8pt;
    color:  #9e9c9b;
    font-family: sans-serif
}

/* ******************************************************************************* */
/* FONT DEFENITIONS */
/* ******************************************************************************* */
/* Because the font tag is depricated in the current version of HTML, every effort
should be made to avoid use of the font tag and any associated style classes. */


font.footer {
    font-size: 8pt;
    color:  #9e9c9b;
    font-family: sans-serif
}

font.breadcrumb {
    font-size: 8pt;
    color:  #9e9c9b;
    font-family: sans-serif
}

/* ******************************************************************************* */
/* HEADER DEFENITIONS */
/* ******************************************************************************* */
h1 {
	font-size: 14pt;
	font-style: normal;
}

h2 {
	font-size: 12pt;
	font-style: italic;
}

h3 {
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	text-decoration : underline;
}

/* ******************************************************************************* */
/* TABLE DEFINITIONS */
/* ******************************************************************************* */

td {
	font-size: 10pt;
	color: #000000;
	font-family: sans-serif;
}

td.body {
	font-size: 10pt;
	color: #000000;
	font-family: sans-serif;
}

td.sectionHeader {
	font-size: 10pt;
	color: #fcf3e2;
	font-family: sans-serif;
	background : Maroon;
	font-weight : bold;
}

td.shadow {
    background-color: #edf4f8;
	font-size: 9pt;
	font-family: sans-serif;
}

td.noshadow {
    background-color: #ffffff;
	font-size: 9pt;
	font-family: sans-serif;
}


/* ****************************************************************************** */
/* FORM DEFENITIONS */
/* ****************************************************************************** */

input.formdata {
    font-weight: normal;
    font-size: 9pt;
    font-style: normal
}

select.formdata {
    font-weight: normal;
    font-size: 9pt;
    font-style: normal
}

textarea.formdata {
    font-weight: normal;
    font-size: 9pt;
    font-style: normal
}
