/* ############ OKTire 2008 Stylesheets ####### */


/* Body Formatting */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
	background-image: url(../graphics/background.jpg);
	background-repeat: repeat-x;
}

/* Table Formatting */

.headerlogo {
	background-image: url("../graphics/oktire.jpg");
	background-repeat: no-repeat;
	height: 256px;
	width: 990px;
	margin-bottom: 0px;
	text-align: center;
}
.bodyback {
	background-color: #ffffff;
	padding: 25px;

}
.navs {
	background-color: #000000;
	padding: 5px;

}
/* Text Formatting */

h1 { 
 font-family: arial,helvetica;  
 font-size: 14pt; 
 line-height: 22pt;
 font-weight:bold;
 color: #000000;

 }
h2 { 
 font-family: arial,helvetica;  
 font-size: 11pt; 
 line-height: 12pt;
 font-weight:bold;
 color: #000000;
;
 }
h3 { 
 font-family: arial,helvetica;  
 font-size: 10pt; 
 line-height: 12pt;
 font-weight:normal;
 color: #000000;

 }

p {
 color: #000000;
 font-family: arial,helvetica,sans-serif;
 font-size: 11pt;
 line-height: 16pt;
 font-weight: 500;
}
ul {
 color: #000000;
 font-family: arial,helvetica,sans-serif;
 font-size: 10pt;
 line-height: 14pt;
 margin-left:10px;
}
ol {
 color: #000000;
 font-family: arial,helvetica,sans-serif;
 font-size: 10pt;
 line-height: 14pt;
 margin-left:10px;
}

.navs {
 color: #ffffff;
 font-family: arial,helvetica,sans-serif;
 font-size: 12pt;
 font-weight: bold;
 margin-left: 20px;
 margin-right: 20px;
 text-decoration: none
}
.navs2 {
 color: #ffffff;
 font-family: arial,helvetica,sans-serif;
 font-size: 12pt;
 font-weight: bold;
 margin-left: 15px;
 margin-right: 15px;
 text-decoration: none
}

a.navs, a.navs:visited,a.navs:active {
 color: #ffffff;
}
a.navs:hover {
 color: #ecc200;
}
a.navs2, a.navs2:visited,a.navs2:active {
 color: #ffffff;
}
a.navs2:hover {
 color: #ecc200;
}

.copyright {
 color: #ffffff;
 font-family: arial,helvetica,sans-serif;
 font-size: 10pt;
 line-height: 11pt;
}

/* ________________________________________________________________________________________________________ */


