/*body specific*/
html, body, p, table, td, th, {

scrollbar-face-color:#4A4A49; 
scrollbar-shadow-color: #141414; 
scrollbar-highlight-color: #141414; 
scrollbar-3dlight-color: #4A4A49; 
scrollbar-darkshadow-color: #4A4A49; 
scrollbar-track-color: #4A4A49; 
scrollbar-arrow-color: #141414;
}

/* ================= NEWS SCROLLER START ====================== */

#pscroller1{
width: 130px;
height: 90px;
border: 1px solid black;
padding: 5px;
background-color: #454545;
	font-size: 11px;
	font-family: Tahoma;
	color: #000000;
	text-align: left;
}

#pscroller1 a{
text-decoration: none;
	color: #A6A6A6;
}

.someclass{ //class to apply to your scroller(s) if desired
}

/* ================= NEWS SCROLLER END ====================== */

.hidden {display:none;}

a:link, a:visited, a:active {
	color: #A6A6A6;
	text-decoration:underline;
}

a:hover	{
	color: #D2D2D2;
	text-decoration:none;
}

img.border	{
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
}

p.title	{
	font-size: 16px;
	font-family: Tahoma;
	color: #A6A6A6;
	font-weight: 900;
	margin: 0px 0px 0px 0px;
}

p.blackcopycenter	{
	font-size: 11px;
	font-family: Tahoma;
	color: #000000;
	text-align: center;
	margin: 0px 0px 15px 0px;
}

p.greycopyjustify	{
	font-size: 11px;
	font-family: Tahoma;
	color: #A6A6A6;
	text-align: justify;
	margin: 10px 0px 10px 0px;
}

p.tel	{
	font-size: 11px;
	font-family: Tahoma;
	color: #A6A6A6;
	text-align: center;
	font-weight: bold;
	margin: 0px;
}

td.footer	{
	font-size: 11px;
	font-family: Tahoma;
	color: #A6A6A6;
	text-align: right;
	margin: 0px;
	padding: 0px 10px 5px 0px;
	text-decoration:none;
}

td.footer a, a:active, a:visited, a:link, a:hover	{
	text-decoration:none;
}

span.carl	{
	font-size: 10px;
	font-family: Tahoma;
	color: #3C3B3B;
	text-align: right;
	margin: 0px;
}

td.ds-topright	{
	width: 7px;
	height: 8px;
	background: url(imgs/ds-topright.gif) left top;
	background-repeat: repeat;
}

td.ds-right	{
	width: 7px;
	background: url(imgs/ds-right.gif) left top;
	background-repeat: repeat;
}

td.ds-bottomright	{
	width: 7px;
	height: 7px;
	background: url(imgs/ds-bottomright.gif) left top;
	background-repeat: repeat;
}

td.ds-bottom	{
	height: 7px;
	background: url(imgs/ds-bottom.gif) left top;
	background-repeat: repeat;
}

td.ds-bottomleft	{
	width: 8px;
	height: 7px;
	background: url(imgs/ds-bottomleft.gif) left top;
	background-repeat: repeat;
}

.icontent	{
	background-color: transparent;
	text-align: left;
	vertical-align: top;
	border: 0;
	margin: 0px;
}

/* ================= FORMS ====================== */

.form	{
	background-color: transparent;
	padding: 0px 0px 0px 10px;
	margin: 0px;
}

input.contacttext {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	width: 140px;
	height: 22px;
	vertical-align: middle;
	background-color: #454545;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	padding: 3px;
}

textarea.contacttext {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	width: 140px;
	height: 60px;
	vertical-align: middle;
	background-color: #454545;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	padding: 3px;
	margin: 0px;
}

input.contactsubmit {
	width: 70px;
	color: #000000;
	font-family: Tahoma;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
	height: 22px;
	background-color: #454545;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	margin-bottom: 5px;
}