BODY
{
}
.date
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 10px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial
}
.header
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 16px;
    COLOR: #999999;
    FONT-FAMILY: Verdana, Arial
}
.title
{
	FONT-WEIGHT: bold;
    FONT-SIZE: 16px;
    COLOR: #999999;
    FONT-FAMILY: Verdana, Arial
}

.blue_title
{
	FONT-WEIGHT: bold;
    FONT-SIZE: 16px;
    COLOR: #000099;
    FONT-FAMILY: Verdana, Arial;
    text-decoration: none;
}

.blue_title_14
{
	FONT-WEIGHT: bold;
    FONT-SIZE: 16px;
    COLOR: #000099;
    FONT-FAMILY: Verdana, Arial;
    text-decoration: none;
}

.mn_header
{
	font-weight: bold;
	font-size: 14px;
	color: #FF9900;
	font-family: Verdana, Arial;
	text-decoration: none;
}
.subtitle
{
	font-weight: bold;
	font-size: 12px;
	color: #000099;
	font-family: Verdana, Arial;
	text-decoration: none;
}
.superscript
{
	font-weight: normal;
	font-size: 10px;
	color: #999999;
	font-family: Arial;
	text-decoration: none;
}
.subtitle_link
{
	font-weight: bold;
	font-size: 12px;
	color: #000099;
	font-family: Verdana, Arial;
	text-decoration:    underline;
}

.subtitle_14
{
	font-weight: bold;
	font-size: 14px;
	color: #000099;
	font-family: Verdana, Arial;
	text-decoration: none;
}
/* hyperlink style for the site links */
A.subtitle_14:link {
    text-decoration:    none;
    color:#000099;
}

A.subtitle_14:visited  {
    text-decoration:    none;
    color:#000099;
}

A.subtitle_14k:active   {
    text-decoration:    none;
    color:#999999;
}

 A.subtitle_14:hover    {
    text-decoration:    underline;
    color:#999999;
}




.regular
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial;
    text-decoration: none;
}
.body
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial;
    text-decoration: none;
}

.bodyhidden
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial;
    text-decoration: none;	
    visibility:hidden;	
}

.body_black
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: black;
    FONT-FAMILY: Verdana, Arial;
    text-decoration: none;
}

.red_bold
{
	font-weight: bold;
	font-size: 12px;
	color: red;
	font-family: Verdana, Arial;
	text-decoration: none;
}
SELECT
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 10px;
    WIDTH: 175px;
    COLOR: #003366;
    FONT-FAMILY: Verdana;
    HEIGHT: 25px
}
.blue_subheader
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #003366;
    FONT-FAMILY: Verdana, Arial
}

/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Verdana, Arial;
    font-size: 12px;
    font-weight: bold;
    color:red;
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    underline;
    color:red;
}

A.SiteLink:visited  {
    text-decoration:    underline;
    color:#000099;
}

A.SiteLink:active   {
    text-decoration:    underline;
    color:#000099;
}

 A.SiteLink:hover    {
    text-decoration:    underline;
    color:#999999;
}

/* text style for the site links (at extreme top-right of header) */
.SiteLink_black {
    font-family: Verdana, Arial;
    font-size: 10px;
    font-weight: normal;
    color:black;
}   

/* hyperlink style for the site links */
A.SiteLink_black:link {
    text-decoration:    underline;
    color:black;
}

A.SiteLink_black:visited  {
    text-decoration:    underline;
    color:#000099;
}

A.SiteLink_black:active   {
    text-decoration:    underline;
    color:#000099;
}

 A.SiteLink_black:hover    {
    text-decoration:    underline;
    color:#999999;
}



/* style for separator between site links */
.Accent
{
    color: red;
    font-weight:    bold;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}



/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}


/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
    color: black    
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: black
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: red;
}
    
.LocationBody
{
	FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    COLOR: #000099;
    FONT-FAMILY: Verdana, Arial
}
.header_3
{
	FONT-WEIGHT: bold;
    FONT-SIZE: 18px;
    font-style: italic;
    COLOR: #000099;
    FONT-FAMILY: Verdana, Arial
}

.header_2
{
	FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    COLOR: #000099;
    FONT-FAMILY: Verdana, Arial
}

.regular_12
{
    FONT-SIZE: 12px;
    COLOR: black;
    FONT-FAMILY: Verdana, Arial
}

.regular_12_red
{
    FONT-SIZE: 12px;
    COLOR: red;
    FONT-FAMILY: Verdana, Arial
}

.regular_12_blue
{
	FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #000066;
    FONT-FAMILY: Verdana, Arial
}