@charset "utf-8";

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, 
sub, sup, var, b, i, input, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, 
figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, 
audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	background:transparent;
	/*text-shadow: 1px 1px #888888, 1px 1px #333666;*/	
}

a:link {
	text-decoration: none;
		color:#999999;
}
a:visited {
	text-decoration: none;
	color:#999999;
}
a:hover {
    text-decoration:underline;
	color:#ffffff;
}
a:active {
	text-decoration: none;
	color:#999999;
}
.rounded{
	border-radius: 5px;
	-moz-border-radius: 5px;
	border:2px solid #cccccc;
}
.link_text {
font-size:100%;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
/*text-shadow: 1px 1px #cccccc;*/
font-variant:small-caps;
font-style:normal;
color:#cccccc;
line-height:25px;
}
.newsletter_text {
font-size:100%;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
/*text-shadow: 1px 1px #cccccc;*/
font-variant:small-caps;
font-style:normal;
color:#cccccc;
}
.head_text {
font-size:100%;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
text-shadow: 0px 0px #cccccc;
font-variant:small-caps;
font-style:normal;
color:#cccccc;
line-height:19px;
}
.td_line {border-bottom:1px solid #666666;
}
.black_velos {
background-image:url(../images/black_velos.jpg);
}