﻿
/*

this file is parsed by tiny mce
it is used for styles shown in drop down boxes

*/

body
{
    font-family: Arial;
    font-weight: normal;
    font-variant: normal;
    font-size: 14px;
}

h1
{
	font-size: 34px;
	font-weight: bold;
	color: #233444;
	margin-bottom: 15px;
}

h2
{
	font-size: 21px;
	color: #ef612e;
	margin-bottom: 10px;
}

h3
{
	font-size: 17px;
	font-weight: bold;
	color: #233444;
	margin-bottom: 10px;
}

.text1
{
	font-size: 15px;
	line-height: 19px;
	color: #f37736;
	margin-bottom: 15px;
}

.text2
{
	font-size: 15px;
	line-height: 19px;
	color: #233444;
	margin-bottom: 15px;
}

.text2 a, .text2 a:visited, .text2 a:hover
{
    font-weight:bold;
	text-decoration:underline;
	color: #233444;
}

p
{
	font-size: 13px;
	line-height: 18px;
	color: #233444;
	margin-bottom: 10px;
}

.navtext
{
	font-size: 13px;
	font-weight: bold;
	color: #ef612e;
}
