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

BODY {
	background-color: #999999;
	color: #000000;
	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 {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #ffffff;
}

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


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

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

a.copyright:link, a.copyright:visited, a.copyright:hover {
	font-weight: bold;
	font-size: 8pt;
	color:#ffffff;
	text-decoration: none;
}
	
/*---------------------------------------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:#6600CC;
	font-weight: bold;
}


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

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

.column_left {
	background-color: #F0F0F0;
}

.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;
}



.menu_left {
	width: 200px;
	height: 60px;
	background-color: #FFCC00;
	border: 1px solid #000000;
	font-size: 10pt;
	color:#ffffff;
	text-decoration: none;
}

.menu_left:hover {
	width: 200px;
	height: 60px;
	background-color: #F0F0F0;
	border: 1px solid #000000;
	font-weight: bold;
	font-size: 10pt;
	color:#993333;
	text-decoration: none;
}
