/* Basics Stylesheet */

p
	{
	font-family:arial,helvetica,sans-serif;
	font-size:13px;
	line-height:18px;
	color:#000;
	}
	
h1
	{
	font-family:georgia,times new roman,times, serif;
	font-size:26px;
	line-height:32px;
	font-weight:normal;
	color:#000;
	}

h2
	{
	font-family:arial,helvetica,sans-serif;
	font-size:16px;
	color:#000;
	}

h3
	{
	font-family:georgia,times new roman,times, serif;
	font-size:16px;
	margin-top:30px;
	color:#000;
	}

h4
	{
	font-family:arial,helvetica,sans-serif;
	font-size:13px;
	color:#000;
	}

h5
	{
	font-family:arial,helvetica,sans-serif;
	font-size:11px;
	text-transform:uppercase;
	color:#666;
	}

	
hr
	{
	border:0;
	color:#ccc;
	background-color:#ddd7bf;
	height:1px;
	}


ul
	{
	list-style-type:square;
	font-family:arial,helvetica,sans-serif;
	font-size:13px;
	line-height:18px;
	color:#000;
	}
	
li
	{
	list-style-type:square;
	font-family:arial,helvetica,sans-serif;
	font-size:13px;
	color:#000;
	}


table
	{
	border-width:0;
	border-spacing:0;
	border-style:none;
	border-color:#000;
	border-collapse: collapse;
	}
	
th
	{
	font-family:arial,helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#000;
	padding:5px;
	text-align:center;
	}

td
	{
	font-family:arial,helvetica,sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#000;
	padding:5px;
	text-align:left;
	}
	
a
	{
	color:#960;
	}

a:hover
	{
	color:#999;
	}


/* Image Floating */

div.floatright
	{
	float:right;
	margin:0 0 5px 5px;
	}
	
div.floatleft
	{
	float:left;
	margin:0 5px 5px 0;
	}
