/* CSS Document */

/* global syntax for opera also */
html, body { 
	min-height: 101%; 
	height: 101%;
	width:780px;
	margin: auto ; 	padding: 0px;
	background-color: #E7E7E7;}

td, p, tr  {
/* pads and margins */
	margin: 0; padding: 0px; 	vertical-align:top;
/* default fonts */
	font-family: Arial, Helvetica, Verdana, sans-serif; font-size: small; text-align:left; color:#333333;	}
	
/* HEADINGS  */
h {font-family:Arial, Helvetica, sans-serif, verdana; font-weight: bold; color:#000000; }
h1 {font-size: 200%;}
h2 {font-size: 150%;}
h3 {font-size: 120%;}
h4 {font-size: 100%;}
h5 {font-size: 100%; text-align:center;}
h6 {font-size: 100%; text-align:right;}

/* LISTS */
ul {list-style:none;}
ol {list-style:square;}

/* form inputs */
input:focus	{ background: #FFFF99 ;}
	
/* default links */
a:link {color:#000000; text-decoration: none;}
a:visited {color:#000000; text-decoration: none;}
a:hover {color:#000000; text-decoration:underline;}
a:active {color: #000000;text-decoration:underline}
	
/* body variations */
.body_80 {font-size: 80%; color:#000000}
.bodybold {		font-weight:bold;	} /* similar to h4 for spans */
.body_c {	text-align:center;  }
.body_r {	text-align:right;	}

/* white standard */	
.white100 	{	color: #FFFFFF; text-align:left;}
.white100_c {	color: #FFFFFF; text-align:center;}
.white100_r {	color: #FFFFFF; text-align:right;}

	/* white links*/	
	.white100 a:link {color: #FFFFFF; text-decoration: none;}
	.white100 a:visited {color: #FFFFFF; text-decoration: none;}
	.white100 a:hover {color: #FFFFFF; text-decoration:underline;}
	.white100 a:active {color: #FFFFFF; text-decoration: underline;}

.white120_b {	font-weight:bold; color: #FFFFFF; text-align:left;}
.white120_b_c {	font-weight:bold; color: #FFFFFF; text-align:center;}
.white120_b_r {	font-weight:bold; color: #FFFFFF; text-align:right;}

.white130_b {	font-weight:bold; font-size:130%; color: #FFFFFF; text-align:left; }
.white130_b_c {	font-weight:bold; font-size:130%; color: #FFFFFF; text-align:center;}
.white130_b_r {	font-weight:bold; font-size:130%; color: #FFFFFF; text-align:right;}

.white150_b10left {	font-weight:bold; font-size:150%; color: #FFFFFF; margin-left:30px; }