body,td,th {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #EF4135;
}
a:visited {
	color: #EF4135;
}
a:hover {
	color: #F26C62;
}
a:active {
	color: #EF4135;
}
.globnav {
	background-image: url(images/bord1.png);
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: top;
}
.globlink {
	background-image: url(images/bord2.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
	padding-top: 12px;
	font-size: 10px;
	padding-bottom: 12px;
}
a.blink:link, a.blink:visited, a.blink:active {
	color: #3B7E99;
}
a.blink:hover {
	color: #77B4CA;
}
a.glink:link, a.glink:visited, a.glink:active {
	color: #333333;
}
a.glink:hover {
	color: #666666;
}
a.clink:link, a.clink:visited, a.clink:active {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
a.clink:hover {
	color: #CCCCCC;
}
input {
	font-size: 11px;
}
.button {
	background: url(images/grad1.jpg) repeat-x center #EFEFEF;
	border: 1px solid #DDDDDD;
	border-bottom-color: #CCCCCC;
	color: #666666;
	padding: 2px 8px;
}
input, select, textarea {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
	padding: 1px;
}
.logo {
	text-align: right;
	vertical-align: middle;
	padding-right: 20px;
}
.catmenu {
	background-image: url(images/bg1.png);
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.ctable {
	background-image: url(images/bg3.png);
	background-repeat: repeat-x;
	background-position: center center;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #333333;
}
.cbar {
	background-image: url(images/li2.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	height: 51px;
	padding-right: 3px;
	padding-left: 25px;
}
.cborder {
	background-image: url(images/bord4.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.cborder2 {
	background-image: url(images/bord5.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.hilite {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dedede;
	background-color: #efefef;
	padding: 20px;
}
h1 {
	color: #333333;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #efefef;
	font-size: 14px;
	text-transform: uppercase;
	background-image: url(images/li3.png);
	background-repeat: no-repeat;
	background-position: 20px 6px;
	padding-left: 33px;
	padding-bottom: 3px;
	margin-top: 25px;
	margin-bottom: 15px;
}
hr {
	border: 0px;
	background-color: #dedede;
	height: 1px;
}
p {
	padding-right: 20px;
	padding-left: 20px;
}
h2 {
	color: #999999;
	font-size: 12px;
	text-transform: uppercase;
	background-image: url(images/li3.png);
	background-repeat: no-repeat;
	background-position: 20px 4px;
	padding-left: 33px;
	padding-bottom: 3px;
	margin-top: 25px;
	margin-bottom: 15px;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.footbg {
	background-image: url(images/bg5.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 118px;
	padding: 30px;
	vertical-align: middle;
}
.code {
	font-size: 14px;
	color: #999999;
}
.phone {
	font-size: 20px;
    color: #666666;
}
form {
	margin: 0px;
	padding: 0px;
}
h3 {
	color: #333333;
	font-size: 11px;
	text-transform: uppercase;
	padding-left: 20px;
	padding-bottom: 3px;
	margin-top: 25px;
	margin-bottom: 15px;
}
ul {
    padding-left: 0px;
	margin-right: 45px;
	margin-left: 2px;
}
ol {
    padding-left: 0px;
	margin-right: 45px;
	margin-left: 17px;
}
ul li {
	padding-left: 15px;
	padding-bottom: 5px;
	background-image: url(images/li6.png);
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: 0px 5px;
}
/*Data table*/
table.data-table
{
	border-collapse:collapse;
	border-top: 2px solid #E57525;
	border-bottom: 2px solid #E57525;
}

/*Any cell*/
table.data-table td
{
	color:#333;
	padding:3px 5px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	text-align: center;
}

/*Head cell*/
table.data-table thead td, table.data-table th
{
	font-weight:bold;
	background-image:none;
	padding:6px;
	color:#333;
	border-bottom: 2px solid #333333;
}

/*Body cell*/
table.data-table tbody td
{
	background-image:none;
	color:#333;
}

/*Foot cell*/
table.data-table tfoot td
{
	background-color:#fff;
	padding:6px;
	color: #333;
}