/* GENERAL COMMANDS */

body { 
	margin-top: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px; 
	margin-right: 0px; 
	background-color: #6E6E6E; 
	font-family: Arial,helvetica,sans-serif;
	text-decoration: none;
	background-image: url("img/bg_index.jpg");
	background-repeat: repeat-x;
}

a	{text-decoration: none}
a:link	{text-decoration: none}
a:visited	{text-decoration: none}
a:active	{text-decoration: none}
a:hover	{text-decoration: none}

/* BACKGROUNDS */

.bg_table {
	vertical-align: top;
	width: 780px;
}

.whiteb {
	border: 1px solid #FFF;
	color: #FFF;
}

/* PADDING AND SIZERS */

.pad_col1 {
	font-size: 2px;
	line-height: 2px;
	height: 2px;
	width: 138px;
	vertical-align: top;
}
.pad_col2 {
	font-size: 2px;
	line-height: 2px;
	height: 2px;
	width: 138px;
	vertical-align: top;
}
.pad_col3 {
	font-size: 2px;
	line-height: 2px;
	height: 2px;
	width: 378px;
	vertical-align: top;
}
.pad_col4 {
	font-size: 2px;
	line-height: 2px;
	height: 2px;
	width: 126px;
	vertical-align: top;
}
.pad_logo {
	padding-bottom: 14px;
	padding-right: 15px;
	padding-top: 16px;
	text-align: right;
}
.pad_nav1 {
	text-align: right;
	vertical-align: top;
	padding-left: 7px;
}
.pad_nav2 {
	text-align: right;
	vertical-align: top;
	padding-left: 6px;
}
.pad_content {
	padding-left: 20px;
	text-align: left;
	padding-top: 6px;
	vertical-align: top;
}

.table_top {
	vertical-align: top;
}
.title_g {
	height: 56px;
}

/* NAVIGATION - PLATFORM MENU */

.nav2 {
	font-size: 11px;
	line-height: 19px;
	color: #FFF;
	text-align: left;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 50px;
	letter-spacing: 1px;
}
.nav2 a:link, .nav2 a:visited {
	color: #3D3D3D;
}
.nav2 a:hover, .nav2 a:active {
	color: #3D3D3D;
}
.nav2_on {
	font-size: 11px;
	line-height: 19px;
	color: #000;
	text-align: left;
	font-weight: normal;
	padding-left: 6px;
}



/* COMLUMN 3 - TEXT AND COPY - CONTENT AREA */

.text {
	font-size: 13px;
	line-height: 19px;
	color: #FFF;
	text-align: left;
	padding-left: 2px;
	padding-top: 3px;
	font-family: "Times New Roman", Times, serif;
	
}
.text a:link, .text a:visited {
	color: #78B900;
	font-weight: bold;
}
.text a:hover, .text a:active {
	color: #B0EC42;
}

.title {
	font-size: 11px;
	line-height: 13px;
	color: #2E2E2E;
	text-align: left;
	font-weight: bold;
	padding-bottom: 2px;
}

.sub_title {
	font-size: 18px;
	line-height: 22px;
	padding-bottom: 4px;
	color: #FFF;
	text-align: left;
	font-weight: bold;
}

/* RULES */

.rule {
	width: 358px;
	background-color: #FFF;
	background-image: url("img/rule.gif");
	background-repeat: repeat-x;
	font-size: 2px;
	line-height: 2px;
	margin-bottom: 0px;
}


/* BORDERS */

.images {
	border: 1px solid #707070;
	margin-bottom: 7px;
	margin-top: 1px;
}
