/* 
===========================================
LINK STYLES
===========================================
*/

A:link {
    text-decoration: none;
	color: #CC0000;
}

A:visited {
    text-decoration: none;
	color:#CC0000;
}

A:active {
    text-decoration: none;
	color:#CC0000;
}

A:hover {
    text-decoration: underline; 
	color: #CC0000;
}

/*
==================================================
TEXT STYLES
==================================================
*/

h1, h2, h3, h4, h5, h6, p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	margin-top: 0px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	margin-bottom: 0px;
}

h3 {
	font-size: 12px;
	line-height: 13px;
	color: #FFFFFF;
}

h3 p {
	font-size: 12px;
	line-height: 13px;
	font-weight: normal;
	color: #FFFFFF;
}

h4 {
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #333333;
}

h5 {
	font-size: 11px;
	font-style: italic;
	color: #333333;
}

h6 {
	font-size: 9px;
	color: #333333;
}

/*
==================================================
CUSTOM TEXT STYLES
==================================================
*/

.dyktext {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #FFFFFF;
}

.indent {
    margin-left: 30px;
}
