
/*---------------------------------------UNIVERSAL PAGE-------------------------------------*/

BODY {
	background: url(/images/bg3.jpg);
	color: #333333;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	font-size: 14pt; 
	font-family: "Times New Roman", Times, serif;
}

/*---------------------------------------UNIVERSAL HEADER----------------------------------*/
.top_bar_bg {
	background: url(/images/bg2.gif) left top repeat-x;
}	

.header1 {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #ffffff;
}

.header2 {
	width: 100%;
	background-color: #3b557f;
}


/*---------------------------------------UNIVERSAL FOOTER----------------------------------*/

.copyright {
	font-size: 8pt; 
	font-weight: bold;
	color: #3b557f;
	margin-bottom: 10px;
}

a.copyright:link, a.copyright:visited, a.copyright:hover {
	font-weight: bold;
	font-size: 8pt;
	color:#3b557f;
	text-decoration: none;
}
.footer {
	background-color: #ffffff;
	color: #3b557f;
	margin-bottom: 10px;
}
/*---------------------------------------GENERAL TAGS-------------------------------*/
h1{
        font-weight: bold;
        font-size: 16pt;
		font-style: normal;
        text-decoration: none;
        line-height : 110%;
        color : #00407c;
        margin: 0px;
}

h2 {
        font-weight: bold;
        font-size: 15pt;
		font-style: normal;
        text-decoration: none;
        line-height : 100%;
        color : #00407c;
		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 : #00407c;
        margin: 0px;
}

ul {
		line-height:150%;
}
a:link, a:visited {
	color:#3b557f;
	font-weight: bold;
}


/*---------------------------------SPECIFIC TAGS-------------------------------------*/

.main_body {
	background-color: #ffffff;
	border-bottom: solid 1px #999999;
}

.column_left {
	background-color: #ffffff;
}

.column_right {

	padding-top: 10px;
	padding-left: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	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;
}

