/** BASIC */

body 
{
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}

/** FORMS */

form 
{
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 
{
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select 
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2A2427;
}

p, blockquote, ul, ol, dl 
{
	margin-top: 0px;
	margin-bottom: 1em;
}

.text1 
{
	font-size: 10px;
	font-weight: normal;
	color: #918D8F;
}

.text2 
{
	font-size: 11px;
	color: #7294C0;
}

.text3 
{
	text-align: right;
}

.text4 
{
	font-size: 10px;
	color: #FFFFFF;
}

.text5 
{
	text-align: center;
	font-size: 10px;
	color: #6E6D6D;
}

/** LINKS */

a 
{
	color: #7294C0;
}

a:hover 
{
	text-decoration: none;
}

.link1 
{
	padding-left: 10px;
	background-color: #FFFFFF;
	font-weight: bold;
}

.link2 
{
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

/** STYLES */

.style1 
{
	text-align: center;
	font-size: 10px;
	color: #B4B4B4;
}

.style1 a 
{
	color: #B4B4B4;
}

.style1 a:hover 
{
}

/** BACKGROUNDS */

.bg1 { background: #201E1F url(images/homepage01.jpg) repeat-x left top; }
.bg2 { background: url(images/homepage03.jpg) no-repeat left top; }
.bg3 { background: url(images/homepage13.jpg) repeat-y left top; }
.bg4 { background: url(images/homepage20.gif) repeat-x left top; }
.bg5 { background: url(images/homepage24.gif) repeat-x left center; }

.bg6 { background: url(images/homepage26.jpg) no-repeat left top; }
.bg7 { background: url(images/homepage27.jpg) no-repeat left top; }

.bg8 { background: url(images/homepage29.jpg) no-repeat left top; }
.bg9 { background: url(images/homepage30.jpg) no-repeat left top; }

.bg10 { background: url(images/homepage32.jpg) no-repeat left top; }
.bg11 { background: url(images/homepage33.jpg) no-repeat left top; }

.bg12 { background: url(images/homepage35.jpg) repeat-x left top; }
.bg13 { background: url(images/subpage1_01.jpg) repeat-x left top; }

.bg14 { background: url(images/subpage2_01.jpg) repeat-y left top; }

/* MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 
{
	float: left;
	margin-right: 10px;
}



.GalleryDataCell
{
	padding-right: 12px;
	padding-bottom: 8px;
}

.GalleryScreenShot
{
	border: solid 2px #cccccc;
	width: 250px;
	height: 188px;
	float: left;
	padding: 3px;
}

.img2 
{
	float: right;
	margin-left: 10px;
}

hr { display: none; }

.hr1 
{
	height: 1px;
}


