@charset "utf-8";
/* CSS Document */

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 300;
	background-color: white;
	color: #000000;

}

table  {
		font-size: 12px;
		line-height: 16px;
}

.div_content_title  {
	line-height: 20px;
}

#T_nav_left, #T_nav_right {
	color: #FFFFFF;
	font-family: Arial, Geneva, Tahoma, sans-serif;
	font-size: 11px;
}
/*////////////////////////////////////////////////////////////////////
/* TAG STYLES */
/*//////////////////////////////////////////////////////////////////*/

h2 {
	text-transform: uppercase;
	color: #313732;
	font-size: 18px;
	font-weight: normal;
	margin: 5px;
}
h2.orange {
	color: #DE5400;
}

h3 {
	color: #007aa5;
	text-transform: uppercase;
	font-size: 15px;
	margin: 0px;
}

h4 {
	font-size: 16px;
	color:#333333;
}

p {
/*	color: #313732; */
	color: #000000;
}
/*////////////////////////////////////////////////////////////////////
/* CUSTOM TEXT STYLES */
/*//////////////////////////////////////////////////////////////////*/

.style1 {
	font-size: 14px;
	font-weight: bold;
    text-transform: uppercase;
}
.style2 {
	font-weight: bold;
}
.style3 {
	font-size: 16px;
}
.style4 {
	font-size: 16px;
	font-weight: bolder;
}
.style5 {
	color: #DE5400;
	font-weight: bold;
}
.style6 {
	color: #999999;
}
.style7 {
	color: #007aa5;
	font-weight: bold;
}

/*////////////////////////////////////////////////////////////////////
/* LINK STYLES */
/*//////////////////////////////////////////////////////////////////*/
a:link {
	color: #007aa5;
}
a:active {
	color: #007aa5;
}
a:visited {
	color: #007aa5;
}

