/** BASIC */

body 
	{	
		margin: 0px;
		padding: 0px;
		background: #FFFFFF url(images/homepage01.jpg) repeat-x left top;
	}

/** FORMS */

form
	{
		margin: 0px;
		padding: 0px;
	}

/** HEADINGS */

h1, h3, h4, h5, h6
	{
		margin: 0px;
		font-size:13px;
		font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
		color:#6B9968;
		float:none;
	}
	
h2
	{
		margin-top:10px;
		margin-bottom:10px;
		font-size:12px;
		font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
	}	

/** TEXTS */

body, th, td, input, textarea, select 	
	{
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color:#646464 /*#666666*/;
		/*background:#FFFFFF;*/
		
	}

p, blockquote, ul, ol, dl
	{
		margin-top: 0px;
		/*margin-bottom: 1.5em;
		line-height: 1.6em;*/
	}

.text1
	{
		font-size: 11px;
		font-weight: bold;
		color: #525252;
	}

.text2
	{
		padding: 2px;
		background: url(images/homepage15.gif) repeat left top;
		font-style: normal;
	}

/** LINKS */

a 	
	{
		color: #39ABC3;
	}

a:hover
	{
		text-decoration: none;
	}

a.link1
	{
		text-decoration: none;
		font-size: 9px;
		color: #999999;
	}

a.link1:hover
	{
		text-decoration: underline;
	}

/** STYLES */

.style1 
	{
		font-size: 9px;
		color: #999999;
	}

.style1 a
	{
		color: #999999;
	}	

.style1 a:hover 
	{
	}

/** BACKGROUNDS */

.bg1
	{
	}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }
.align-left { text-align: left; margin-left:10px; }

img { border: none; }

.img1 
	{
		float: left;
		margin-right: 15px;
	}

.img2 
	{
		float: right;
		margin-right: 15px;
	}

hr { display: none; }

.hr1 
	{
		height: 1px;
	}	
.bg1
	{
		background:#F9FFED;	
	}
