/*General Font Style Declaration*/
.content, .tableHeader, .footer, subtitle, .small, h1, h2, h3, h4 {
font-family: Arial, Helvetica, sans-serif; 
}

/*Font Size*/
.content, .tableHeader {
	font-size:12px;
}

.subtitle {
	font-size:16px;
}

h1 {
	font-size:18px;
}

h4 {
	font-size:12px;
}


.footer {
	font-size:11px;
}

.small {
	font-size:11px;
}

/*Font Weight*/
.tableHeader, .subtitle {
	font-weight: bold;
}


/*Text Decoration*/

/*Text Align*/

/*Font Color*/
.content, .tableHeader {
	color:#660000;
}

 .footer  {
	color:#999999;
}

.footer a, .content a {
	color:#CC0033;
}


/*Background Image*/

/*Background Color*/
.tableHeader {
	background-color: #FFCC66;
}

/*Margins*/

.indent {
	margin-left: 10px;
	margin-right: 10px;
}

.indentContent {
	margin-left: 25px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.indentSmall {
	margin-left: 5px;
	margin-right: 5px;
}
