/* CSS Document */

/* style for module titles */
.Head
{
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-align:left;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
	font-size: 11px;
	font-weight: bold;
	color: black;
}

/* text style used for most text rendered by modules */
.Normal, .NormalDisabled
{
	/*font-size: 11px;*/
	font-weight: normal;
}
/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
	color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
	/*font-size: 11px;*/
	font-weight: bold;
}

/* text style used for error messages */
.NormalRed
{
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-size: 11px;
	font-weight: normal;
}


/* GENERIC */

.titnot1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	/*font-size: 36px;*/
	color: #980111;
	/*font-weight:normal;*/
}
.titnot2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #A4905B;
	font-weight:normal;
}
.titnot3
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #9FABA7;
	font-weight:normal;
}

h1
{
	font-size: 22px;
	color: #333;
	font-weight:normal;
}

h2
{
	font-size: 18px;
	color: #069;
	font-weight:normal;
}

td h2
{
	padding-top:0px;
	margin-top:0px;
}

h3
{
	font-size: 15px;
	color: #000;
	font-weight:bold;
}

h4
{
}

h5, DT
{
}

h6
{
}

TFOOT, THEAD
{
/*	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	color: #003366;*/
}

TH
{
/*	vertical-align: baseline;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #003366;*/
}

a:link
{
	color: #069;
}

a:visited
{
	color: #6F5E8A;
}

a:hover
{
	color: #069;
}

a:active
{
	color: #069;
}

SMALL
{
	font-size: 8px;
}

BIG
{
	font-size: 14px;
}

BLOCKQUOTE, PRE
{

}


UL LI
{
	list-style-type: disc;
}

UL LI LI
{
	list-style-type: square;
}

UL LI LI LI
{
	list-style-type: circle;
}

OL LI
{
	list-style-type: decimal;
}

OL OL LI
{
	list-style-type: lower-alpha;
}

OL OL OL LI
{
	list-style-type: lower-roman;
}
OL UL LI
{
	list-style-type: disc;
}

HR
{
	color: #696969;
	height: 1pt;
	text-align: left;
}
