/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



body {
    margin: 0px;
    padding: 0px;
    background-image: url(/images/index01.jpg);
}

body, th, td {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #606060;
}

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
}

.align-justify {
	text-align: justify;
}

.text1 {
    font-size: 10px;
}

.text2 {
    color: #41A9E4;    
}

/*h2 {
	font-size:16px;
	font-weight:bold;

}*/

a {
	color: #0B6BAC;
}

a:hover {
	text-decoration: none;
	color: #9CBE4D;
}

.bg1 {
    background-image: url(/images/index02.jpg);
    background-position: right top;
    background-repeat: repeat-y;
}

.bg2 {
    background-image: url(/images/index03.jpg);
    background-position: left top;
    background-repeat: repeat-y;
}

.bg3 {
    background-image: url(/images/index05.jpg);
    background-position: right top;
    background-repeat: no-repeat;
}

.bg4 {
    background-image: url(/images/index06.jpg);
    background-position: left top;
    background-repeat: no-repeat;
}

.bg5 {
    background-image: url(/images/index07.jpg);
    background-position: right top;
    background-repeat: no-repeat;
}

.bg6 {
    background-image: url(/images/index08.jpg);
    background-position: left top;
    background-repeat: no-repeat;
}

/*
Styles that are applied on the containing element
like <TD></TD>. When applied, this will change both
the text and the text links inside them.
*/

.style1 {
    font-size: 10px;
    color: #727A7D;
}

.style1 a {
    text-decoration: none;
    color: #727A7D;
}

.style1 a:hover {
	text-decoration: underline;
	color: #87BACB;
}
.bg_go {
	background-image: url(/images/go.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.go_space {
	text-align: left;
	vertical-align: top;
	padding-top: 59px;
	padding-left: 236px;
}
.space_go_form {
	padding-top: 12px;
}
.go_form {
	height: 23px;
	width: 148px;
	border: 1px solid #5AB8E3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-left: 2px;
}
