/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	background-color: #005585;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Tahoma", sans-serif;
	color: #000000;
	font-size:12px;
	line-height: 1.3;	
	margin: 0px;
	padding: 0px;
}

#link a{
	color: #666666;
	font-weight:bold;
	text-decoration: underline;
}

#link a:link{
	color: #666666;
	font-weight:bold;
	text-decoration: underline;
}

#link a:visited{
	color: #666666;
	font-weight:bold;
	text-decoration: underline;
}

#link a:hover{
	color: #005585;
	text-decoration: none;
}

/************* #SAP Genie Landing Page styles ***************/

#newsContent{
	width: inherit;
	margin: 0;
	background-position:top;
	background-repeat:repeat-x;
}

#newsContent p{
	color: #000000;
	font-size:12px;
	font-weight:normal;
	line-height: 1.3;	
}

#newsContent h1{
	color:#005585;
	font-size:18px;
	font-weight:bold;
}

#newsContent h2{
	color:#005585;
	font-size:16px;
	font-weight:bold;
}

#newsContent h3{
	color:#F9890D;
	font-size:14px;
	font-weight:bold;
}

#newsContent h4{
	color:#FFFFFF;
	font-size:12px;
	font-weight:normal;
}

#newsContent h5{
	color:#005585;
	font-size:18px;
	font-weight:bold;
}

#newsContent h6{
	color:#999999;
	font-size:10px;
	font-weight:normal;
}


/************* #copyright styles ***************/

#copyright{
	font-size: 10px;
	color:#999999;
	padding: 0px;
	margin-top: 0px;
	text-align:center;
	width: 751px;
	height: 90px;
	background-color:#FFFFFF;
	background-image:url(images/footer_2.gif);
	background-repeat:no-repeat;
	background-position:top;
}

#copyright img{
	padding: 0px;
	vertical-align: middle;
}

#copyright a:link{
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-decoration: underline;
}

#copyright a:visited{
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-decoration: underline;
}

#copyright a:hover{
	font-size: 10px;
	font-weight: normal;
	color: #005585;
	text-decoration: none;
}



