/** BASIC */

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

/** FORMS */

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

.input1 {
	width: 188px;
	border: 1px solid #DADADA;
}

.submit1 {
	width: 58px;
	height: 19px;
	border: 1px solid #FFFFFF;
	background: #70998D url(images/top_button_bg.gif) repeat-x left bottom;
	font-weight: bold;
	color: #FFFFFF;
}

/** 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: #5E5E5E;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 18px;

}

.text2 {
	font-size: 11px;
	color: #2F2F2F;
}

.text3 {
	text-align: center;
	color: #ABABAB;
}

.text4 {
	padding-left: 0px;
	text-transform: uppercase;
	font-size: 11px;
	color: #202020;
}

.text7 {
	padding-left: 16px;
	background: url(images/bullete.gif) no-repeat left top;
	text-transform: uppercase;
	font-size: 11px;
	color: #202020;
}

.text8 {
	text-align: right;
	color: #ABABAB;
}


/** LINKS */

a {
	color: #006cb7;
	text-decoration: none;
}

a:hover {
	color: #f264a5;
	text-decoration: none;
}

.link1 {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

.link1:hover {
	color: #ffffff;
/*	text-decoration: underline; */
	text-decoration: none;
	color: #000000;
}


/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1  { background: url(images/grey_bg_bottom.jpg) repeat-x left bottom; }
.bg2  { background: #FFFFFF url(images/grey_bg_top.gif) repeat-x 0px 101px; }
.bg3  { background: url(images/top_menu_bg.jpg) no-repeat left top; }
.bg4  { background: url(images/small_greay.gif) repeat-x left top; }
.bg5  { padding-bottom: 30px; background: url(images/blank_bg.gif) no-repeat left bottom; }
.bg6  { background: url(images/small_line.gif) repeat-x left top; }
.bg7  { padding-bottom: 30px; background: url(images/bigblank_bg.gif) no-repeat left bottom; }
.bg8  { background: url(images/grey_right_bg.gif) no-repeat left top; }
.bg9  { background: url(images/grey_right_thin_bg.gif) repeat-y left top; }
.bg10 { background: url(images/grey_right_bottom_bg.gif) no-repeat left bottom; }
.bg11 { background: url(images/grey_top_bg.gif) repeat-x left top; }
.bg12 { padding-bottom: 30px; background: url(images/banner_bottom_bg.gif) no-repeat left bottom; }
.bg13 { padding-bottom: 30px; background: url(images/inner_page_bg.gif) no-repeat left bottom; }
.bg14 { background: url(images/contact_box_bg.jpg) repeat-x left bottom; }
.bg15 { background: url(images/contact_box.jpg) repeat-x left bottom; }
.bg16 { background: url(images/quote_box.jpg) repeat-x left bottom; }

/** MISC */

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

img { border: none; }

.img1 {
	float: left;
	margin: 4px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	clear: both;
	height: 1px;
	margin: 0px 0px 15px 0px;
	background: url(images/small_line.gif) repeat-x left top;
}

.style2 {color: #5E5E5E}


.imgalgn { margin-top:4px; vertical-align:top; } /* Applies to IE6 and above. */
*+html .imgalgn { margin-top:2px; vertical-align:top; } /* Applies to IE7. */
* html .imgalgn { margin-top:2px; vertical-align:top; } /* Applies to IE6. */

