/* Body style */

body {
	font: 12pt Arial,Helvetica;
	background-image: url("/images/framework_ork/canvas.jpg");
	color: #000000;
	margin-right: 0;
	margin-left: 0;
	margin-top:0;
	margin-bottom:0;
}

/* Link styles */
a:link {
	font-weight: bold;
	color: #006600;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #006600;
	text-decoration: none;
}
a:hover	{
	font-weight: bold;
	color: #00AA00;
	text-decoration: none;
}
							
/* Paragraph and Table styles */
p, td {
	font: 12pt Arial,Helvetica;
	color: #000000;
}
th {
	font-weight: bold;
	color: #006600;
}

/* Header Styles */

h1 {
	font: bold 18pt Arial,Helvetica;
	color: #000000;
}
h2 {
	font: bold 16pt Arial,Helvetica;
	color: #000000;
}
h3 {
	font: bold 14pt Arial,Helvetica;
	color: #000000;
}
h4 {
	font: bold 12pt Arial,Helvetica;
	color: #000000;
}

/* Sub Styles */

.small {
	font-size: 10pt;
}
.large {
	font-size: 14pt;
}
.color1 {
	color: #006600;
}
.black {
	color: #000000;
}
.white {
	color: #FFFFFF;
}

.margin {
	margin-left: 75px;
	margin-right: 75px;
}

/*Tool Tips*/
/*http://codylindley.com/blogstuff/js/tooltip/tooltip.htm*/
#ToolTip{
position: absolute;
left: -300px;
width: 200px;
border: 2px solid #C0C09F;
padding: 6px 0px 0px 10px;
background-color: #FFFFCC;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,strength=4);
}

#ToolTipPointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

#ToolTip p{
font: 12pt Arial,Helvetica;
color: #333333;
margin-right:10px;
margin-top:0;
}

#ToolTipTextWrap {
font: 12pt Arial,Helvetica;
font-weight:bold;
color: #006600;
margin-right:10px;
}
