/*--- (C) Ossoba Studio ---*/

/*--- Overall style ---*/
body {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	padding-top:0px;
}
a {
    text-decoration:none;	
}
a:link {
	color:#009900;
}
a:visited {
	color:#009933;
}
a:hover {
    color:#FF0000;
}
a:active {
    color:#FF9900;
}
.smallText {
    font-size:8pt;
}
.price {
	font-weight: bold;
	color: #333333;
	text-align: center;	
}
.leftBgr {
	background: url(images/index_30.jpg) repeat-y left top;
}
#backgroundL1{
	background: url(images/index_22bgr.jpg) repeat-y;
}
#backgroundR1{
	background: url(images/index_24bgr.jpg) repeat-y;
}
#backgroundRtop{
	background: url(images/index_28.jpg) repeat-x;
}
.backgroundR{
	background: url(images/index_27.jpg) repeat-y;
}
hr{
   color:#999999;
}
/*--- Top navigation ---*/
.topNav {
	background-color:#000000;
	font: bold 8pt Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}
a.topNav:link {
    color:#FFFFFF;
}
a.topNav:active{
    color:#FF9900;
}
a.topNav:visited {
    color:#CCCCCC;
}
a.topNav:hover {
    color:#999999;
}
/*--- Left navigation & links ---*/
#leftNav {
    position:absolute; 
	left:0px; 
	top:197px; 
	width:105px; 
	height:92px;
	margin-left:10px;
}
#leftNav a {
   font-size:10pt;
   font-weight:bold;
   display:block;
   width:100px;
   height:26px;
}
#leftNav a:link {
   color:#006699;
}
#leftNav a:hover {
   color:#000000;
}
#leftNav a:visited {
   color:#003366;
}
/*--- Logo ---*/
#logo {
    position:absolute; 
	left:39px; 
	top:30px; 
	width:200px; 
	height:34px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14pt;
	font-weight:bold;
	color:#000000;
}
/*--- Content ---*/ 
#contentCell {
    background-color:#F7F7F7;
}
#content {
    margin:5px 5px 10px 5px;
}
#content a:link {
    color:#006699;
}
#content a:active{
    color:#FF9900;
}
#content a:visited {
    color:#003366;
}
#content a:hover {
    color:#000000;
}
h1 {
    font-weight:bold;
	font-size:10pt;
}
/*--- Scrollbar ---*/
#scroll {
    color:#999999;
    font-size:10pt;
	text-align:center;
}
/*--- Copyright ---*/
#copyright, #designBy {
    background-color:#000000;
    font-size:8pt;
}
#copyright {    
    color:#999999;
	text-align:right;
	padding-right:10px;
}
#designBy {
    vertical-align:bottom;
}
.bodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.bodyBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;

}
.bodyGreen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #339900;
	text-decoration: none;
}
.blueHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336699;
	font-weight: bold;

}
.bodyRed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
}
