/* CSS Document */

/*    -------------------------------------------   */
/*       FIRST LETTER OF PARAGRAPH IN CAPS          */
/*                #=ID    .=CLASS                   */

.caps {
	float: left;
	font: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CC0033;
	text-align: left;
	border: 0px solid #0C557C;
	margin: -3px -2px -3px 0px;
	padding: 0px 0px 0px 0px;
}


/*    -------------------------------------------   */
/*                #=ID    .=CLASS                   */

#header-regular {
	font-family: "Times New Roman", Times, serif;
	font-size:24px;
	line-height: 2em;
	color: #CC0033;
	font-weight: bold;
}

#header-medium {
	font-family: "Times New Roman", Times, serif;
	font-size:20px;
	line-height: 2em;
	color: #CC0033;
	font-weight: bold;
	margin-bottom: 8px;
}

#header-small {
	font-family: "Times New Roman", Times, serif;
	font-size:15px;
	line-height: 2em;
	color: #CC0033;
	font-weight: bold;
	margin-bottom: 8px;
}

#header-basic {
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	color: #CC0033;
	margin-bottom: 8px;
}


/*    -------------------------------------------   */
/*           VARIANT ON TEXT FORMATTING             */
/*                #=ID    .=CLASS                   */

#large {
	font-size: 16px;
	text-align: right;
}


/*    -------------------------------------------   */
/*              TEXT ANCHOR FORMATTING              */
/*                #=ID    .=CLASS                   */

a.textlink {
	color: #0C557C;	
}

a.textlink:hover {
	color: #0C557C;
	background-color: #CCCCCC;
}

a.textlink:visited {
	color: #0C557C;
}
