/* CSS Document */

body, html
{
	font-family: Verdana, Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: small;
	color: #666666;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	min-width: 955px;
 	background: url(../images/bar.jpg) repeat-x;
	background-color: #DEDEDE;
}

#wrapper
{
	background-color:	#FFFFFF;	
	min-height: 100%;
	width: 955px;
	margin-left: auto;
	margin-right: auto;
} 

* html #wrapper
{ 
  height: 100%;
} 

#header
{
	width: 955px;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
} 

#content
{
	padding-bottom: 60px;
	width: 955px;
	margin-left: auto;
	margin-right: auto;
} 

#footer
{ 
  height: 50px; 
  width: 955px; 
  margin-top: -50px;
	margin-left: auto;
	margin-right: auto;
	background-color: #DEDEDE;
}

.hrule
{
	background: #CCCCCC;	
}

.hrule2
{
	background: #FFFF00;
}

.white_space
{
	white-space: nowrap;	
}

.table_border
{
	border-right: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	border-left: 1px solid #DEDEDE;
	font-size: x-small;
}

.text_justify
{
	text-align: justify;
}

.text_justify_bold
{
	text-align: justify;
	font-weight: bold;
}

.text_error 
{
	color: #FF0000;
}

.text_right
{
	text-align: right;
}

.text_small
{
	font-size: x-small;
}

.text_tiny
{
	font-size: xx-small;	
}

.text_tiny_bold
{
	font-size: xx-small;
	font-weight: bold;
}

.text_bold
{
	font-weight: bold;
}

.td_link
{
	border: 1px solid #DEDEDE;
	cursor: pointer;
}

.form
{
	margin: 0px;
	padding: 0px;	
}

.select_box
{
	width: 210px;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: small;
	color: #666666;
	margin: 0px;
	padding: 0px;
}

.text_box
{
	width: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: small;
	color: #666666;
	margin: 0px;
	padding: 0px;	
}

.text_box_small
{
	width: 90px;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: small;
	color: #666666;
	margin: 0px;
	padding: 0px;	
}

.textarea
{
	width: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: small;
	color: #666666;
	margin: 0px;
	padding: 0px;	
}

a:link
{
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

a:visited
{
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

a:hover
{
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}

a:active
{
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}