/*
 Cascading Style Sheet for ESDL site, (ex. HyperMatter)
 All font sizes in percentages instead of points, so that they will be resizable in IE3's implementation.
 They are based on 100% being 12pt; so 8pt = 8/12 = 65% and 16pt = 16/12 = 135%
*/

a{
	color: #000084;text-decoration:none;
	text-decoration:none;
	background-color:transparent;
}

A:hover{
	color: #2020ff;
	text-decoration:none;
	background-color:transparent;
}

/*
A:visited{
	color:#0000ff;
	text-decoration:none;
	background-color:transparent;
}
*/

A.cYellow{
	color:#ffff00;
	text-decoration:none;
	background-color:transparent;
}

A.cYellow:hover{
	color: #80ffff;
	background-color:transparent;
}

body{
  background-color: #B2B2A8;
}

/*
body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin-left: 8pt;
	margin-right: 4pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
	color:#000084;
	background-color:#B2B2A8;
}
*/

pre{
	font-size: 133%;
	font-family:monospace;
}

table{
	font-size: 100%;
	font-family:sans-serif;
}

td{
	font-size: 100%;
	font-family:sans-serif;
}

h3{
	font-weight: bold;
	font-size: 216%;
	font-family: sans-serif;
}

.cfunction-syntax{
	font-weight: bold;
	margin-left: 36px
}

.cStandard{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color : transparent;
}

.cTitle{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-color : transparent;
}

.cSubtitle{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color : transparent;
}

.cCcopyright{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color : transparent;
}

.cDisclaimer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none
}

.cFAQ{
	color : Navy;
	/*background: White url("../../images/ringbinder.gif") repeat-y; */
	/*margin-left: 64px; */
	/*width : 800px;*/
}

