/** BASIC */

body 
	{
		margin: 0px;
		padding: 0px;
		background-color: #FFFFFF;
	}

/** FORMS */

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

.input1 
	{
		width: 102px;
		height: 15px;
		padding: 3px;
		border: none;
		background: transparent url(images/subpage02.gif) no-repeat fixed left top;
		font-size: 11px;
		color: #666666;
	}

html>body .input1 
	{
		background-attachment: inherit;
	}

/** HEADINGS */

h2, h3, h4, h5, h6 
	{
		margin: 0px;
	}

h1
	{
		font: 12 Verdana, Arial, Helvetica, sans-serif;
		margin: 0px;
		color: #FFFFFF;
	}
	
/** TEXTS */

body, th, td, input, textarea, select 
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10.5px;
		color: #e6e6e6/*C1E0E0*/;
	}

b
	{
		color:#FFFFFF
	}

p, blockquote, ul, ol, dl 
	{
		margin-top: 0px;
		margin-bottom: 1em;
		margin-left: 15px;
		
	}
	
.li1
	{
		margin-left: 10px;
	}
		

.ul1 
	{
		margin: 0px;
		padding: 0px;
		list-style: none;
	}

.ul1 li 
	{
		margin-bottom: 4px;
		padding-bottom: 8px;
	}

.ul1 li a 
	{
		padding-left: 8px;
		background: url(images/homepage09.gif) no-repeat left center;
	}

.ul1 .vline 
	{
		background: url(images/homepage10.gif) repeat-x left bottom;
	}

.text1 
	{
		font-size: 10px;
		font-weight: bold;
		color: #FFFFFF;
	}

.text2 
	{
		color: #94A2B0;
	}

.text3 
	{
		color: #C1DEB8;
	}

/** LINKS */

a 
	{
		color: #FFFFFF;
	}

a:hover 
	{
		text-decoration: none;
	}

.link1 
	{
		display:block;
		font-size: 10px;
		font-weight: bold;
		color: #FFFFFF;
	}
	
.link1:hover
	{
		display:block;
		font-size: 10px;
		font-weight: bold;
		color: #578B98;	
	}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 
	{
		background: url(images/homepage02.jpg) no-repeat left top;
	}

.bg2 
	{
		background: url(images/homepage03.jpg) repeat-x left top;
	}
	
.bg3 	
	{
		background: #578B98 url(images/homepage05.gif) repeat-x left top;
	}

.bg4 
	{
		background: url(images/homepage13.gif) repeat-x left top;
	}

.bg5 	
	{
		background: url(images/homepage21.gif) repeat-x left top;
	}

.bg6 
	{
		background: url(images/homepage22.jpg) repeat-x left top;
	}

.bg7 
	{
		background: url(images/homepage23.jpg) repeat-x left top;
	}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img 
	{ border: none; }

.img1 
	{
		float: left;
		margin-right: 8px;
		margin-bottom: 4px;
		margin-top: 4px;
	}

.img2 
	{
		float: right;
		margin-left: 8px;
		margin-bottom: 4px;
		margin-top: 4px;
	}

hr { display: none; }

.hr1 
	{
		height: 1px;
	}

