body {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FF4C1D; /* Font Color - Red*/
	background-color: #DAD3C1; /* Background -Gray */
	background-image: url(images/background.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;

	/*background-image: url(images/canvas.jpg)*/
	
 /* Triple Threat Logo
 	FF4C1D - Red
	3F3F99 - Blue - 
	6D658A - Light Blue
*/

}

H1 { color: #3F3F99; font-size:30px;} /*blue */
H2 { color: #FF4C1D; font-size:26px;} /*red */
/*H3 { color: #6D658A; font-size:24px;} /*light blue */
H3 { color: #ffffff; font-size:24px;} /*white */
H4 { color: #FF4C1D; font-size:20px;} /*red */
H5 { color: #3F3F99; font-size:18px;} /*blue */

a:link {color: #3F3F99; }     /* unvisited link - Blue*/
a:visited {color: #6D658A;}  /* visited link -Light Blue*/
a:hover {color: #FF4C1D;}   /* mouse over link  - Red*/
a:active {color: #FF4C1D;}   /* selected link - Red */

p
{ 
line-height: 8pt;
}

/* 
td {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 10px;

}


th {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

form {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	}

input {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

textarea {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

select {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

ul {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	list-style-type: circle;
	list-style-position: outside;
}

li {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

ol {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	list-style-type: upper-alpha;
	list-style-position: outside;
}

.small {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
}

.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
; font-style: norm.heading {
	color: #CC0000;
	background-color: #6D658A;
}
