/* CSS Document */
*{	padding:0; 	margin:0;}  
body { font-size:12px; color:#060401; line-height:16px; font-family:Arial;}

img{ border:0;}

h1,h2,h3,h4,h5,h6{	font-size:100%;}

a:focus{ outline:none}
a:link, a:visited, a:active{ color:#bc151b;	text-decoration:underline;}
a:hover{ color:#76a506; text-decoration:underline;}

table, td, input, select, textarea{	font-size:100%;	margin:0px;	padding:0px;}

.imgsd img{ filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);-moz-opacity: 0.85;}
.imgsd:hover img{ filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);-moz-opacity: 1;}

.left-right5{ float:left; margin-right:5px}
.left-right10{ float:left; margin-right:10px}
.right-left10{ float:right; margin-left:10px}
.right-left5{ float:right; margin-left:5px}
.img-border{ border:#82693b solid 1px}
a:hover .img-border{ border:#839e16 solid 1px}

.img-border2{ border:#82693b solid 1px}
.img-border3{ border:#82693b solid 1px; padding:2px; background:#f5e4c5}

/* COLOR --------------------*/

.clear { clear:both}

.text-orange{ color:#ffa400; font-size:16px; font-weight:bold}
.text-blue{ color:#11b8e8; font-size:16px; font-weight:bold}

.textblack{ color:#000; font-weight:bold;}
.textblack a:link{color:#000; text-decoration:none;}
.textblack a:visited{color:#000; text-decoration:none;}
.textblack a:hover {color:#cc3e00; text-decoration: underline;}
.textblack a:active {color:#000; text-decoration:none;}

.text-red{ color:#f00; font-weight:bold;}
.text-red a:link{color:#d44608; text-decoration:none;}
.text-red a:visited{color:#d44608; text-decoration:none;}
.text-red a:hover {color:#000; text-decoration: underline;}
.text-red a:active {color:#d44608; text-decoration:none;}
 
.text-date{ padding:0 10px 0 0px}



.left{ float:left}
.right{ float:right}
