/* body */
BODY {
    font-family: Trebuchet MS, Times New Roman;
    font-size: 10pt;
    background-color: #CCCC99;
    color: #000000;
    margin: 10px;
}
P, TD {
    font-family: Trebuchet MS, Times New Roman;
    font-size: 10pt;
    line-height: 15pt;
    color: #666666;
}

table.container {
	border-collapse: collapse;
	border: 1px solid #333333;
	padding: 0px;
	width: 746px;
}
td.sidebar {
	background-color: #eeeeee;
	border-right: 1px solid #333333;
	width: 130px;
}
td.contents {
	background-color: #ffffff;
	width: 100%;
}
img.splash {
	border-bottom: 1px solid #333333;
}

h1 {
	font-family: Trebuchet MS, Times New Roman, serif;
	font-size: 14pt;
}

h1.home {
	color: #000066;
}

FONT.copyright {
    font-family: Verdana, Arial;
    font-size: 10px;
    color: #666633;
    line-height: 12px;
}

FONT.gray {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #666666;
}

FONT.home {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #000066;
}

FONT.phil {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #666633;
}

FONT.prog {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #990000;
}

FONT.typi {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #AA5500;
}

FONT.enro {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #006600;
}

FONT.cont {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #541677;
}

FONT.medi {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #B69200;
}

/* default anchor */
A {
    font-family: Trebuchet MS, Times New Roman;
    color: #006600;
    text-decoration: none;
}
A:link {
    color: #006600;
    text-decoration: none;
}
A:visited {
    color: #006600;
    text-decoration: none;
}
A:active {
    color: #006600;
    text-decoration: underline;
}
A:hover {
    color:#006600;
    text-decoration: underline;
}

A.gray {
    color: #666666;
    text-decoration: none;
}
A.gray:link {
    color: #666666;
    text-decoration: none;
}
A.gray:visited {
    color: #666666;
    text-decoration: none;
}
A.gray:active {
    color: #666666;
    text-decoration: underline;
}
A.gray:hover {
    color:#666666;
    text-decoration: underline;
}

A.red {
    font-family: Arial;
    font-weight: bold;
    font-size: 9pt;
    color: #CC0000;
    text-decoration: none;
}
A.red:link {
    color: #CC0000;
    text-decoration: none;
}
A.red:visited {
    color: #CC0000;
    text-decoration: none;
}
A.red:active {
    color: #CC0000;
    text-decoration: underline;
}
A.red:hover {
    color:#CC0000;
    text-decoration: underline;
}
