p, li, .p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	line-height: 15px;
}

a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	color:#ee2a24;
}

a:hover {
	text-decoration:underline;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#ee2a24;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#002c5c;
}

h2 a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#002c5c;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666666;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ef2924;
	padding-bottom:5px;
	border-bottom: 1px solid #DDDDDD;
}

.formBox {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border: 1px solid #CCCCCC;
	margin:5px 0px;
}


/*TEXT SIZES */

/*Medium*/

#sizeMedium p, #sizeMedium li, #sizeMedium .p {
	font-size:16px;
	line-height: 19px;
}

#sizeMedium a {
	font-size:16px;
}

#sizeMedium h1 {
	font-size:28px;
}

#sizeMedium h2 {
	font-size:18px;
}

#sizeMedium h3 {
	font-size:18px;
}

#sizeMedium h4 {
	font-size:18px;
}

#sizeMedium .formBox {
	font-size:16px;
}

/*Large*/

#sizeLarge p, #sizeLarge li, #sizeLarge .p {
	font-size:20px;
	line-height: 23px;
}

#sizeLarge a {
	font-size:20px;
}

#sizeLarge h1 {
	font-size:32px;
}

#sizeLarge h2 {
	font-size:22px;
}

#sizeLarge h3 {
	font-size:22px;
}

#sizeLarge h4 {
	font-size:22px;
}

#sizeLarge .formBox {
	font-size:20px;
}

/*Dyslexic*/

#dyslexic a {
	color:#FF0000;
	text-decoration:underline;
}

#dyslexic a:hover {
	background-color:#FFFF00;
}


/*TextOnly*/

#textOnly p, #textOnly, #textOnly .p {
	color:#FFFF00;
}

#textOnly h1, #textOnly h2 {
	color:#FFFF00;
}

#textOnly a {
	color:#00FFFF;
	text-decoration:underline;
}

