
/*---------------------------------------UNIVERSAL PAGE-------------------------------------*/

BODY {
	background-color: #ffffff;
	color: #666666;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	font-size: 10pt; 
	FONT-FAMILY: Arial, Palatino Linotype, verdana, sans-serif;
}

/*---------------------------------------UNIVERSAL HEADER----------------------------------*/
.menu {
	font-weight: bold;
	line-height : 100%;
	font-size: 10pt;
	text-decoration: none;
}	

.header1 {
	background-color: #ffffff;
	border-top: solid 10px #e2e2e2;
}

.header2 {
	width: 100%;
	background-color: #3b557f;
}


/*---------------------------------------UNIVERSAL FOOTER----------------------------------*/

.copyright {
	font-size: 7pt; 
	color: #000000;
}

a.copyright:link, a.copyright:visited, a.copyright:hover {
	font-weight: bold;
	font-size: 7pt;
	color:#000000;
	text-decoration: none;
}
.copyright4 {
	border-top: solid 10px #aeaeae;
}
/*---------------------------------------GENERAL TAGS-------------------------------*/
h1{
        font-weight: bold;
        font-size: 16pt;
		font-style: normal;
        text-decoration: none;
        line-height : 110%;
        color : #333333;
        margin: 0px;
}

h2 {
        font-weight: bold;
        font-size: 15pt;
		font-style: normal;
        text-decoration: none;
        line-height : 100%;
        color : #333333;
		padding-top: 10px;
        margin: 0px;
		border-bottom: 3px double #CCCCCC;
}

h3 {
        font-weight: normal;
        font-size: 12pt;
		font-style: italic;
        text-decoration: none;
        line-height : normal;
        color : #999999;
        margin: 0px;
}

a:link, a:visited {
	color:#3369b9;
	font-weight: bold;
}


/*---------------------------------SPECIFIC TAGS-------------------------------------*/

.main_body {
	background-color: #ffffff;
}

.column_left {
	background: url(/images/bg_left.jpg) repeat-y;;
}

.column_right_text {
 padding:10px; text-align: left;
}

.column_right {
 	text-align: left;
}

.text_strong {
	font-weight: bold;
}



.text_stong_ul {
	font-weight: bold;
	text-decoration: underline;
}

.text_ul {
	text-decoration: underline;
}

.text_hl {
	background: #FFFF00;
}

.text_hl_bold {
	font-weight: bold;
	background: #FFFF00;
}

.testimonial {
	margin-left: 30px;
	margin-right: 30px;
	padding: 10px;
	border: 1px solid #333333;
	background-color: #F0F0F0;
}

.title_strong_ul {
	font-weight: bold;
	font-size: 15pt;
	text-decoration: underline;
	line-height : 110%;
	color : #333333;
	margin: 0px;
}	

.title_strong {
	font-weight: bold;
	font-size: 15pt;
	text-decoration: none;
	line-height : 110%;
	color : #333333;
	margin: 0px;
}
.subtitle {
	font-weight: normal;
	font-size: 13pt;
	text-decoration: none;
	line-height : 100%;
	color : #333333;
	margin: 0px;
}

.subtitle_stong {
	font-weight: bold;
	font-size: 13pt;
	text-decoration: none;
	line-height : 100%;
	color : #333333;
	margin: 0px;
}
.subtitle_strong {
	font-weight: bold;
	font-size: 13pt;
	text-decoration: none;
	line-height : 100%;
	color : #333333;
	margin: 0px;
}
.subtitle_stong_ul {
	font-weight: bold;
	font-size: 13pt;
	text-decoration: underline;
	line-height : 100%;
	color : #333333;
	margin: 0px;
}
.subtitle_stong_it {
	font-weight: bold;
	font-size: 13pt;
	font-style: italic;
	line-height : 100%;
	color : #333333;
	margin: 0px;
}
.subtitle_stong_it_ul {
	font-weight: bold;
	font-size: 13pt;
	font-style: italic;
	text-decoration: underline;
	line-height : 100%;
	color : #333333;
	margin: 0px;
}
.subtitle_stong_purple {
	font-weight: bold;
	font-size: 13pt;
	text-decoration: none;
	line-height : 100%;
	color : #6600CC;
	margin: 0px;
}


.article_first_letter {
	font-size: 40pt;
	font-weight: bold;
	line-height: 75%;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}


