
/*----------Text Styles----------*/
.ws6 {font-size: 8px;}
.ws7 {font-size: 9.3px;}
.ws8 {font-size: 11px;}
.ws9 {font-size: 12px;}
.ws10 {font-size: 13px;}
.ws11 {font-size: 15px;}
.ws12 {font-size: 16px;}
.ws14 {font-size: 19px;}
.ws16 {font-size: 21px;}
.ws18 {font-size: 24px;}
.ws20 {font-size: 27px;}
.ws22 {font-size: 29px;}
.ws24 {font-size: 32px;}
.ws26 {font-size: 35px;}
.ws28 {font-size: 37px;}
.ws36 {font-size: 48px;}
.ws48 {font-size: 64px;}
.ws72 {font-size: 96px;}

.wpmd {font-family: 'Arial'; font-style: normal; font-weight: normal;}

.bold_center { font-weight: bold;	text-align: center; }

.align_right{ text-align: right; }
.align_center{ text-align: center; }
.align_left{ text-align: left; }
.top_space { padding-top: 4px; padding-bottom: 4px; }

.white { color: #ffffff; }  
.blue { color: #000080; }

.inverse { background-color: #0494D4; color: #ffffff; }  
.on_white { background-color: #ffffff; }  
.on_blue { background-color: #000080; }  

.add_pad { }

/* width */

.w30 { width: 30px; }
.w40 { width: 40px; }
.w50 { width: 50px; }
.w60 { width: 60px; }
.w70 { width: 70px; }
.w80 { width: 80px; }
.w90 { width: 90px; }
.w100 { width: 100px; }
.w120 { width: 120px; }
.w140 { width: 140px; }
.w160 { width: 160px; }
.w180 { width: 180px; }
.w200 { width: 200px; }
.w300 { width: 300px; }

/* font styles */

.title { font-family: "Rockwell"; FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #000080}
.index { font-family: "Rockwell"; FONT-SIZE: 18px; COLOR: #000080}
.text { font-family: "Rockwell"; FONT-SIZE: 16px; COLOR: #000000}
.header { font-family: "Lucida Sans Unicode"; FONT-WEIGHT: bold; FONT-SIZE: 19px; }

/*----------Para Styles----------*/
/*
DIV,UL,OL /* Left 
{
 margin-top: 0px;
 margin-bottom: 0px;
}*/

div a { text-decoration: none; color: #000000;}

li { color: #000000;}

div a:hover {
  text-decoration: none; 
  color: #ff0000;
}

div#container
{
	float: center;
  clear: both; 
	width: 900px;
	margin: auto;
	/*border: 0px solid #ffffff;*/
}

div#container2
{
	float: center;
  clear: both; 
	width: 900px;
	margin: auto;
	border: 0px solid #ff0000;
}

div#quarter
{
	float: left;
	width: 223px;
	margin: auto; 
	border: 1px solid #ffffff;
}

div#half
{
	float: left;
	width: 428px;
	margin: auto;
	border: 1px solid #ffffff;
	padding: 10px;
}

div#fifth
{
	float: left;
	width: 202px;
	margin: auto;
	border: 1px solid #ffffff;
}

div#four_fifths
{
	float: left;
	width: 794px;
	margin: auto;
	border: 1px solid #ffffff;
	padding: 10px;
}

div#three_quarters
{
	float: left;
	width: 653px;
	margin: auto;
	border: 1px solid #ffffff;
	padding: 10px;
}

/*body {text-align:left; }*/

.hide_overflow {
	overflow:hidden; 
	white-space:nowrap;
}
