body 	{
	font-family: Tahoma, helvetica;
	font-size: 12px; 
	color: rgb(103,103,103);
	text-align: center;
	background: white url('../images/background.jpg') repeat-x;
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4	{
	font-family: Arial, sans-serif,helvetica;
	font-weight:bold;
	color: rgb(93,201,247);
}

h1	{
	font-size:29px;
	font-weight:normal;
}

h2	{
	font-size:20px;
	font-weight:normal;
}

h3	{
	font-size:14px;
}

h4	{
	font-size:12px;
}

a {
	color:rgb(35,132,201);
	text-decoration:none;
}

form	{
	margin: 0;
	padding: 0;
}

img	{
	border: 0;
}

table, td	{
	font-size: 11px;
}

input	{
	font-family: Arial, helvetica, serif;
	font-size: 12px;
}

select	{
}

textarea	{
	font-family: Arial, helvetica, serif;
	font-size: 12px;
}
hr	{
	border:0px;
	border-bottom:1px #bbbbbb solid;
	height: 0px;
	width:100%;
}
