/* Remove margin, padding and border from everything
-----------------------------------------------------------------------------*/

*
	{
	margin: 0;
	padding: 0;

	border: 0;
}

/* Styles for layout
-----------------------------------------------------------------------------*/


hr {
height:0px;
clear:both;
border-top:1px dotted #999999;
}

.txtright
{
text-align:right;
}

.txtleft
{
text-align:left;
}

.clear
{
	clear:both;
}



.right
	{
	float: right;
}



.left
	{
	float: left;
}

.valigntop
{
	vertical-align:top;
}

.nobg{background:none;}

/* Set up the document
-----------------------------------------------------------------------------*/

body
	{
	background: #FFFFFF;
	color: #000000;
	text-align:center;
}

body, input, textarea {
	font: 11px/16px  Verdana, Arial, Helvetica, sans-serif;
}



#wrapper
	{
	width: 990px; /* Set page width here - you can also use percentage */
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	/*background-color: #eaeaea;*/
	/*background-image: url(/.file/bg_header.jpg);*/
	background-repeat: no-repeat;
	background-position: top right;
	position:relative;
}


/* Typography
-----------------------------------------------------------------------------*/

h1
	{
	font-size: 2.2em; /* Equivalent to 22pt */
}

h2
	{
	font-size: 2.0em; /* Equivalent to 20pt */
}

h3
	{
	font-size: 1.8em; /* Equivalent to 18pt */
}

h4
	{
	font-size: 1.6em; /* Equivalent to 18pt */
}

h5
	{
	font-size: 1.4em; /* Equivalent to 14pt */
}

p, q, cite
	{
/*	font-size: 1.2em; /* Equivalent to 12pt */
}

ul, ol, dl
	{
	list-style: none;
/*	font-size: 1.2em; /* Equivalent to 12pt */
}

li, dd, dt
	{
/*	font-size: 1.2em; /* Equivalent to 12pt */
	padding:0 0 0 20px;
	background:url(/.file/list_point.gif) no-repeat;
}

/* Header
-----------------------------------------------------------------------------*/



/* Navigation
-----------------------------------------------------------------------------*/



/* Footer
-----------------------------------------------------------------------------*/



/* Homepage
-----------------------------------------------------------------------------*/



/* Your template
-----------------------------------------------------------------------------*/


/* Forms
-----------------------------------------------------------------------------*/



input.text
	{
	padding: 3px;
	border: 1px solid #999999;
}


/* Tables
-----------------------------------------------------------------------------*/



table

	{
  	border-spacing: 0;
	border-collapse: collapse;
}

td

	{
  	text-align: left;
	font-weight: normal;
}

