﻿@import url('box.css');
body {margin: 0; font-family:Tahoma;
	font-size:small;
	color:#000000;}
	
a {text-decoration: none; color: #8e6700;}
a:hover {text-decoration: underline;}
img { border:none;}

.standard
{
	font-family:Tahoma;
	font-size:small;
	color:#000000;
}
.std_small
{
	font-family:Tahoma;
	font-size:11px;
	line-height:15px;
	color:#000000;
}

.top
{
	background-image: url('images/top_back.jpg');
	background-repeat:no-repeat;
	text-align:left;
	font-family: Arial;
	color: #681d1d;
	font-size: 25px;
	font-weight:bold;

}
.left_title
{
	font-family:Tahoma;
	text-align:center;
	color: #ffffff;
	font-size:small;
	font-weight:bold;
	background-image: url('images/sub_title.gif');
}
.left_title_2
{
	font-family:Tahoma;
	background-color:#745200;
	text-align:left;
	padding-left:10px;
	color: #FFFFFF;
	font-size:small;
	font-weight:bold;
}
.left
{
	background-color:#fff2d4;
}
.left_menu
{
	font-family:Tahoma;
	text-align:left;
	color: #8e6700;
	font-size:11px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: solid 1px #a0812f;
}
a.left_menu:hover { color:#6d4f00; text-decoration:underline;;}

.button 
{
	font-family: Tahoma;
	font-size: 13px;
	color:#9e2f2f;
	width:100px;
	height:35px;
	cursor:pointer;
	text-align:center;
	text-transform:capitalize;
	background-image:url('images/button/button.jpg');
	
}
.button_r
{
	font-family: Tahoma;
	font-size: 13px;
	color:#000000;
	width:100px;
	height:35px;
	cursor:pointer;
	text-transform:capitalize;
	text-align:center;
	background-image:url('images/button/button2.jpg');
	background-repeat:no-repeat;
}

#Navbar 
{
	font-family:Tahoma;
	text-transform:capitalize;
	font-size:11px;
	color:#3c3c3c;
	height:20px;
	background-color:#fbfbfb;
	border: solid 1px #cccccc;
	padding-left: 10px;
	padding-top:5px;
}
.copyrighted 
{
	font-family:Arial;
	font-size: 10px;
	text-align:center;
	color:black;
	text-decoration:none;
}


.item_title
{
	font-family:Tahoma;
	font-size: 12px;
	font-weight:bold;
	color:#000000;
	text-transform:capitalize;
}
a.item_title:hover {text-decoration:none; color:#505A00;}

.item_company
{
	font-family:Tahoma;
	font-size: 11px;
	color:#00518b;
}
a.item_company:hover {text-decoration:underline; color:#96A41C;}


.item_detail {
font-family:Tahoma;
font-size: 11px;
color:black;
text-decoration:none;
}

.item_small 
{
font-family:Tahoma;
font-size: 9px;
color:Gray;
text-decoration:none;
}