/* styles all available headings */ 
h1, h2, h3, h4, h5, h6 
{
	margin-bottom: 10px;
	color: #6d6d45;
	font-size: 11pt;
	text-transform: lowercase;
	font-weight: normal;
}
h2 { font-size: 120%; }
h3 { font-size: 110%; }
h4 { font-size: 105%; }
h5 { font-size: 100%; }
h6 { font-size: 100%; }


/* default horozontal rule */
hr {
	border: none;
	border-top: 1px dashed #666666;
	margin: 10px 0px;
	height: 1px;
}


/*
 *	Layout styles
 */

/* defines a centered body, initial font-size and margins */



/*
 * Text Sizes
 */

.textSize22b
{
	font-family: arial;
	font-size: 22px;
	font-weight: bold;
}


.textSize15
{
	font-family: arial;
	font-size: 15px;
}

.textSize15b
{
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
}

.textSize14
{
	font-family: arial;
	font-size: 14px;
}

.textSize14b
{
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
}

.textSize13
{
	font-family: arial;
	font-size: 13px;
}

.textSize13b
{
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
}

.textSize12
{
	font-family: arial;
	font-size: 12px;
}

.textSize12b
{
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
}

.textSize11b
{
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
}

.textSize11
{
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
}

.textSize10
{
	font-family: arial;
	font-size: 10px;
	font-weight: normal	;
}

.textSize10b
{
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
}

/*
 * Colors
 */

.darkblue
{
	color: #194C8E;
}

.black
{
	color: #000000;
}

.gray
{
	color: #666666;
}

.red
{
	color: #ff3300;
}

.blue
{
	color: #076fa6;
}

.white
{
	color: #ffffff;
}

.main_large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:right;
	padding-right: 18px;
}	

.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #666666;
}	

.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	color: #666666;
}	