body {
	width: 100%;
	padding: 0px;
	margin: 0px;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-image : url(images/flash_tile.gif);
}

td {
	font-family : Verdana;
	font-size : 10px;
	color: #7F7F7F;
}

a {
	font-family : Verdana;
	font-size : 10px;
	text-decoration : none;
	color : #7F7F7F;
}

a:hover {
	font-family : Verdana;
	font-size : 10px;
	text-decoration : underline;
	color : #7F7F7F;
}
.terms:hover {
	font-size : 9px;
	text-decoration : underline;
	color : #A5A5A5;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #7F7F7F;
	text-decoration: none;
	list-style-position: outside;
	margin-left: 17px;
	margin-top: 3px;
}
ult {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #444444;
	text-decoration: none;
	list-style-position: outside;
	margin-left: 17px;
	margin-top: 3px;
}
ultt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #444444;
	text-decoration: none;
	list-style-position: outside;
	margin-left: 27px;
	margin-top: 3px;
}
li {
	margin-bottom: 4px;
}

.contentDiv {
	font-family : Verdana;
	font-size : 10px;
	text-decoration : none;
	color : #444444;
	margin-left: 12px;
	margin-right: 12px;
	padding-top: 17px;
	padding-bottom: 14px;
}

.boldLink {
	font-family : Verdana;
	font-size : 10px;
	text-decoration : none;
	color : #666666;
	font-weight : bold;
}
.boldLinkRed {
	font-family : Verdana;
	font-size : 10px;
	text-decoration : none;
	color : #c3203b;
	font-weight : bold;
}
.boldLink:hover {
	font-family : Verdana;
	font-size : 10px;
	color : #666666;
	font-weight : bold;
	text-decoration : underline;
}
.bold_home_cs_Link {
	font-family : Verdana;
	font-size : 10px;
	text-decoration : none;
	color : #C3203B;
	font-weight : bold;
}
.bold_home_cs_Link:hover  {
	font-family : Verdana;
	font-size : 10px;
	text-decoration : none;
	color : #C3203B;
	font-weight : bold;
	text-decoration : underline;
}


.dottedLine {
	background-image : url(images/dot_tile.gif);
	width: 100%;
	height: 1px;
	padding: 0px;
	margin-top: 14px;
	margin-bottom: 12px;
}

.dottedLinksLine {
	background-image : url(images/dot_tile.gif);
	width: 100%;
	height: 1px;
	padding: 0px;
	margin-top: 7px;
	margin-bottom: 10px;
}

.titleImage {
	margin-bottom: 9px;
}

.oracleNews {
	width : 180px;
	margin-left : 6px;
	margin-right : 5px;
	margin-top : 4px;
	margin-bottom : 0px;
}

.oracleNewsLink,.oracleNewsLink:hover {
	font-family : Verdana;
	font-size : 10px;
	font-weight : bold;
	text-decoration : none;
	color : White;
}

.oracleDate {
	font-family : Verdana;
	font-size : 10px;
	text-decoration : none;
	color : White;
	width : 180px;
	margin-left : 6px;
	margin-right : 5px;
	margin-top : 0px;
	margin-bottom : 7px;
}

.copyright {
	font-family : Verdana;
	font-size : 9px;
	text-decoration : none;
	color : #A5A5A5;
	margin-right : 9px;
}

.terms {
	font-family : Verdana;
	font-size : 9px;
	text-transform: none;
	text-decoration : none;
	color : #A5A5A5;
	margin-left : 9px;
}

.breadcrumbs {
	padding: 0px;
	margin: 0px;
	font-family : Verdana;
	font-size : 10px;
	text-decoration : none;
	color : #B2B2B2;
}

.breadcrumbsA {
	padding: 0px;
	margin: 0px;
	font-family : Verdana;
	font-size : 10px;
	text-decoration : none;
	color : #B2B2B2;
}

.breadcrumbsA:hover {
	padding: 0px;
	margin: 0px;
	font-family : Verdana;
	font-size : 10px;
	color : #B2B2B2;
	text-decoration : underline;
}

#wrapper {
	float: left;
	min-width: 780px; 
	max-width: 1200px;
	width: 100%;
	height: 100%;
}
#wrapper {
        /* For Internet Explorer: */
	width: expression((document.body.offsetWidth<1200) ? (document.body.offsetWidth>780)? "100%" : "780px" : "1200px");
}
