@charset "utf-8";
/* CSS Document */
body{
	background-image:url(../images/background.jpg);
	background-attachment: fixed;
    background-repeat: repeat-x;
	background-position: bottom left;	
	font-family:Verdana, Geneva, sans-serif;	
	font-size: 10px;
	color:#000000;
}

a link, visited {
	text-decoration:none;
}

.menu {
     border-left: 1px solid white;
     text-decoration: none;
     background-color: #0079c1;
     padding: 5px;
     color: white;
     font-family: Tahoma;
     font-size: 8pt;
     font-weight: bold;
}

.menu:hover {
     background-color: #f05133;
}

.menu:visited{
		color:#ffffff;	
}

.toolbar {
    background-color: #0079c1;
    padding: 5px 0px 5px 0px;
	text-align: right;
}

/* Sub Menu */

.submenu{
	float:left;
	padding-right:1em;
	font-size: 0.75em;
	font-weight: bold;
	color:#000000;
	height: 20px;
}

.submenu a:link, visited{
	text-decoration: none;
	color:#000000;
	
}

.submenu a:hover{
	text-decoration:underline;
	color:#0079c2;
}
/* Paragraph */

p{
	font-size: 12px;
	color:#000000;
	line-height: 1.2em;
	padding: 0.8em;
	margin: 0;
	max-width: 600px;
}

.table_labels{
	font-size: 0.8em;
}

li {
	line-height: 1.5em;
	font-size: 0.8em;
	max-width: 600px;
}


.sub_table{
	margin-left: 0.8em;
	boder:0;
	max-width: 600px;
}

.sub_td {
	font-size: 0.8em;
	color:#333;
}

.table_outline{
	border:solid thin;
	border-color: #0079c1;
}

.page_heading{
	font-family:Pristina, Arial, "Century Gothic", Verdana;
	color:#0079c2;
	font-size: 18pt;
	font-weight:bold;
	text-transform:uppercase;
	margin-left: 10px;
	line-height: 2em;
}

.subpage_heading{
	font-family:Verdana, Geneva, sans-serif;	
	color:#000000;
	font-size: 12pt;
	font-weight: bold;
	margin-left: 10px;
	line-height: 2em;
}

/* For Marketing Glossary Page */
.subpage_heading2{
	font-family:Verdana, Geneva, sans-serif;	
	color:#000000;
	font-size: 12pt;
	font-weight: bold;
	margin-left: 0px;
	line-height: 2em;
}

}.PageHeading2 {
	font-family:Pristina, Arial, "Century Gothic", Verdana;	
	font-size: 16pt;
	
}
.subpage_heading a:link, a:visited{
	text-decoration: none;
	color: #000000;
}

.grp_structure_heading{
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align:center;
}

.grp_structure_heading td{
	font-size: 12px;
	padding: 5px;
}

/* Footer */
.footer{
	
	font-size:0.6em;
	color: #505050;
}

.footer a:link, a:visited{
	color: #000000;
	text-decoration: none;
}

.footer a:hover{
	color:#06C;
	text-decoration:underline;
}

.line_left{
	border-left: 1px solid #505050;
}
.line_leftbottom{
	border-left: 1px solid #505050;
	border-bottom: 1px solid #505050;
}
.line_top{
	border-top: 1px solid #505050;
}
.line_bottom{
	border-bottom: 1px solid #505050;
}

.photo{
	float: left;
	padding-right:10px;


