.NOAHPageHeader
{
    font-size: 24px;
    color: #003366;
    font-weight:bold;
    font-family: Tahoma, Arial, Helvetica;
}   
.NOAHPageHeaderRed
{
    font-size: 24px;
    color: red;
    font-weight:bold;
    font-family: Tahoma, Arial, Helvetica;
}
.NOAHBullets
{
    font-size: 12px;
    color: #003366;
    font-family: Tahoma, Arial, Helvetica;
}  
.NOAHTextBody
{
    font-size: 11px;
    color: #003366;
    font-family: Tahoma, Arial, Helvetica;
}   
.NOAHLinks
{
    font-size: 11px;
    color: #003366;
    font-family: Tahoma, Arial, Helvetica;
    font-style: italic;
    text-decoration: underline;
} 
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
	font-family: Tahoma, Arial, Helvetica;
	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: #003366;
}

A.CommandButton:visited
{
	text-decoration: underline;
	color: #003366;
}

A.CommandButton:hover
{
	text-decoration: underline;
	color: #ff0000;
}

A.CommandButton:active
{
	text-decoration: underline;
	color: #003366;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	background: #dddddd;
	color: #003366;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
}

p
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: #003366;
	/*margin-top: -4px;
	 margin-bottom: -1px;
	 padding: -5px -5px -5px -5px;*/
}
a:link
{
	color: #003366;
}
a:visited
{
	color: #003366; 
}
a:hover
{
	color: #003366;
	text-decoration:underline;
}
a:active
{
	color: #003366;
}
H1
{
    font-family: Tahoma, Arial, Helvetica;
	font-size: 14px; /* size=3*/
	color: #003366;
	font-style: italic;
	font-weight: bold;
}
H2
{
    font-family: Tahoma, Arial, Helvetica;
	 font-size: 13px;
	 color: #003366;
	 font-style: italic;
}

ul
{
    font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: #003366;		
}


ul li
{
    font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: #003366;
	list-style-type: square;  
}

li
{
    font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: #003366;
}

/* background color for the content part of the pages */
Body
{
	background-color: white;
	margin: 0px;
}

.ControlPanel, .PagingTable
{
	width: 100%;
	background-color: #FFFFFF;
	border-right: #003366 1px solid;
	border-top: #003366 1px solid;
	border-left: #003366 1px solid;
	border-bottom: #003366 1px solid;
}

.SkinObject
{
	font-weight: normal;
	color: #003366;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	text-decoration: none;
}

A.SkinObject:link
{
	text-decoration: none;
	color: #003366;
}

A.SkinObject:visited
{
	text-decoration: none;
	color: #003366;
}

A.SkinObject:hover
{
	text-decoration: none;
	color: #003366;
}

A.SkinObject:active
{
	text-decoration: none;
	color: #003366;
}

/* styles for LANGUAGE skinobject */
.Language
{
	vertical-align: middle;
	margin: 0px;
}

.Language img
{
	border: none;
}


/* style for module titles */
.Head
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #003366;
}

/* style of item titles on edit and admin pages */
.SubHead
{
    font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #003366;
}

/* text style used for most text rendered by modules */
.Normal, .NormalDisabled
{
    font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #003366;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
	color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
}

/* text style used for error messages */
.NormalRed
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal !important; 
	color: #ff0000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}

