/* Zetangole HTML styles
 * Lava: 24 May 2006.
 */


/* Main Body Style */
body 
{
	/*background-image: url("images/background.gif");*/
	background-color: #6c96bd;
	color: #000000;
	font-family: "Century Gothic",Tahoma,Sans-serif;
	/* This font-size controls the menu items */ 
	font-size: 10pt;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* Main Header */
h1 
{
	text-align: left;
	font-weight: bold;
	/*font-family: Century Gothic,Verdana,Sans Serif;*/
	font-size: 14pt;
	font-style: normal;
	color: #252f7c; 
	margin-top: 10px;
	margin-left: 20px;
}

/* Description of Flash Animation on Home Page */
.side_description 
{
	text-align: right;
	font-weight: normal;
	/*font-family: Century Gothic,Verdana,Sans Serif;*/
	font-size: 9.5pt;
	font-style: normal;
	color: #990000; 
	margin-right: 56px;
}

/* Main Body Text Style, Under Header */
.body_text 
{
	text-align: left;
	font-weight: normal;
	font-size: 9.5pt;
	font-style: normal;
	color: #990000;
	margin-left: 20px;
	margin-right: 10px;
	vertical-align: top;
	line-height: 150%;
}

/* Style for Images in Main Body */
.body_img 
{
	vertical-align: top;
	padding-top: 50px;
}

/* Text Style, for TERMS AND CONDITIONS */
.terms_text 
{
	text-align: left;
	font-weight: normal;
	font-family: Courier_New, Courier,monospace;
	font-size: 9pt;
	font-style: normal;
	color: #990000; 
	margin-left: 20px;
	margin-right: 10px;
}

/* Text Style, for Code Samples */
.code_text 
{
	text-align: left;
	font-weight: normal;
	font-family: Courier_New, Courier,monospace;
	font-size: 9pt;
	font-style: normal;
	color: #009900; 
	margin-left: 20px;
	margin-right: 10px;
}

/* Style for the "Everybody Playeth Zetangole" Footer */
.footer1 
{
	text-align: center;
	font-weight: bold;
	/*font-family: Century Gothic,Verdana,Sans Serif,Times New Roman;*/
	font-size: 9pt;
	font-style: normal;
	color: #990000;
	margin-top: 0px; 
}

/* Style for Copyright Information */ 
.footer_copyright 
{
	text-align: center;
	font-weight: normal;
	/*font-family: Century Gothic,Verdana,Sans Serif,Times New Roman;*/
	font-size: 8pt;
	font-style: normal;
	color: #000000; 
	margin-top: 0px;
}

/* Style for the footer links */
a.footer 
{
	text-align: center;
	font-weight: normal;
	/*font-family: Century Gothic,Verdana,Sans Serif,Times New Roman;*/
	font-size: 9pt;
	font-style: normal;
	color: #CC6666;
	text-decoration: none;
}

/* Style for the footer links when visited*/
a.footer:visited 
{
	/*text-align: center;
	font-weight: normal;
	font-size: 9pt;
	font-style: normal;*/
	color: #000000;
	/*text-decoration: none;*/
}

/* Style for the footer links when mouse over*/
a.footer:hover 
{
	text-align: center;
	font-weight: normal;
	/*font-family: Century Gothic,Verdana,Sans Serif,Times New Roman;*/
	font-size: 9.8pt;
	font-style: normal;
	color: #CC0000;
	text-decoration: none;
}

/* Style for the main menu links */
a.menu:link 
{
	text-align: center;
	font-weight: bold;
	/*font-family: Century Gothic,Verdana,Sans Serif,Times New Roman;*/
	font-size: 9.5pt;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}

/* Style for the main menu links when visited */
a.menu:visited 
{
	text-align: center;
	font-weight: bold;
	/*font-family: Century Gothic,Verdana,Sans Serif,Times New Roman;*/
	font-size: 9.5pt;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}
	
/* Style for the main menu links when active */
a.menu:active 
{
	text-align: center;
	font-weight: bold;
	/*font-family: Century Gothic,Verdana,Sans Serif,Times New Roman;*/
	font-size: 9.5pt;
	font-style: normal;
	color: #FFFFCC;
	text-decoration: none;
}

/* Style for the main menu links when mouse over */
a.menu:hover 
{
	text-align: center;
	font-weight: bold;
	/*font-family: Century Gothic,Verdana,Sans Serif,Times New Roman;*/
	font-size: 9.5pt;
	font-style: normal;
	color: #FFFFCC;
	text-decoration: none;
}

/* Style for the body links */
a.body_link
{
	font-weight: normal;
	/*font-family: Century Gothic,Verdana,Sans Serif,Times New Roman;*/
	font-size: 9.5pt;
	font-style: normal;
	color: #0000FF;
	text-decoration: none;
}

/* Style for the body links when mouse over*/
a.body_link:hover 
{
	color: #FF0000;
}

/* Unordered List-Style is a Disc Shape */
ul.disc 
{
	list-style-type: disc;
}

/* Ordered List-Style is a Disc Shape */
ol.disc 
{
	list-style-type: disc;
}

.watermark_text
{
	background-image: url("images/Zetangole-28May06-420x118-7.5pct.gif");
	background-repeat: no-repeat;
	background-position: center center;
	color: #000000;
	font-family: sans-serif;
	font-size: 10pt;
}

#annot 
{
	vertical-align: middle;
}

.footer
{
	text-align: center;
	font-weight: normal;
	font-size: 9pt;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}

.menu
{
	text-align: center;
	font-weight: bold;
	font-size: 9.6pt;
	font-style: normal;
	color: #FFFFCC;
	text-decoration: none;
}

/* Style for green text in "Protocol" sections */
.protocol_green
{
	color: #009900;
}

/* Style for red text in "Protocol" sections */
.protocol_red
{
	color: #FF0000;
}