/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: url(../images/back.jpg);
}

/** FORMS */

.menuTD
{
	text-align:center;
	font-size:10pt;
	color:White;
	font-weight:bold;
	vertical-align:top;
	white-space:nowrap;
}
.menuLink
{
	font-family:Verdana;
	font-weight:bold;
	text-decoration:none;	
	color:#555555;
}

.haberTable
{
	background: Orange;
	padding: 2px 10px 3px 10px;
}

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: #111111;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.text1 {
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}

.text2 {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.text3 {
	color: #FFFFFF;
}

.text4 {
	margin-bottom: 20px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #435A72;	
}

.text5 {
	padding-left: 15px;
	background: url(images/homepage14.gif) repeat-y left top;
}

.text6 {
	font-size: 10px;
}

.text6 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
}

.text7 {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
}

.text8 {
	color: #555555;
	text-align: center;
}

.text9 {
	font-size: 11px;
}

.text10 
{
	font-family: Helvetica;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: Orange;	
}

/** LIST */

.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list1 li {
	margin-bottom: 10px;
	padding-bottom: 2px;
}

.list1 li.last {
	background: none;
	margin: 0px;
	padding:0px;
}

.list1 a {
	display: block;
	padding-left: 10px;
	background: url(images/homepage19.gif) no-repeat 0px 6px;
}


/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: #FFB525 url(images/homepage09.jpg) repeat-x left top; }
.bg2 { background: url(images/homepage12.gif) repeat-y left top; }
.bg3 { background: url(images/homepage13.jpg) repeat-y left top; }
.bg4 { background: url(images/homepage21.jpg) repeat-x left top; }
.bg5 { background: url(images/homepage17.gif) repeat-y left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }



.img1 {
	float: left;
	margin: 3px 10px 0px 0px;
}

img
{
	border:none;
	}

.img2 {
	float: right;
	margin: 3px 0px 0px 10px;
}



.hr1 {
	height: 1px;
	margin-bottom: 10px;
	background: url(images/homepage15.gif) repeat-x left top;
}


