/* GLOBAL -- Link Styles */
a:Link, a:Visited	{ color:#0033cc; text-decoration:underline;
    text-align: right; outline: none;
}
a:Hover, a:Active	{ color:#000066; text-decoration:none; outline: none; }

/* Default HTML 4.0 Styles */
address,
blockquote,
body, dd, div,
dl, dt, fieldset, form,
frame, frameset,
h1, h2, h3, h4,
h5, h6, noframes,
ol, p, center,
dir, hr, menu, pre   	{ display: block; line-height:140%;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 11px;
    font-family: arial, helvetica, sans-serif;
    text-align: center;
}
body					{ margin:0px; }
li						{ font:11px arial, helvetica, sans-serif; line-height:140%; }

td, th					{
    font-size: 11px;
    text-align: left;
}

table.TDGridViewPadding td { padding: 2px 5px 2px 5px; }

caption					{ display: table-caption; font:11px arial, helvetica, sans-serif; }
th						{ font-weight: bolder; text-align: left!important }
caption					{ text-align: center }
h1						{ font-size: 30px; text-align: left; }
h2						{ font-size: 24px; text-align: left; }
h3						{ font-size: 18px; text-align: left; }
h4						{ font-size: 14px; text-align: left; }
h5						{ font-size: 13px; text-align: left; }
h6						{ font-size: 12px; text-align: left; }
h1, h2, h3, h4,
h5, h6, b,
strong					{ font-weight: bold }
p						{ text-align: left; }
li						{ text-align: left; }
blockquote				{ padding: 0 40px 0 45px; }
i, cite, em,
var, address			{ font-style: italic }
pre, tt, code,
kbd, samp				{ font-family: monospace }
pre						{ white-space: pre }
button, textarea,
input, object, 
select					{ display:inline-block; }
big						{ font-size: 1.17em }
small, sub, sup			{ font-size: .83em }
sub						{ vertical-align: sub }
sup						{ vertical-align: super }
thead, tbody,
tfoot					{ vertical-align: middle }
s, strike, del			{ text-decoration: line-through }
dir,
menu, dd				{ margin-left: 40px }
u, ins					{ text-decoration: underline }
br:before				{ content: "\A" }
	:before, :after		{ white-space: pre-line }
abbr, acronym			{ font-variant: small-caps; letter-spacing: 0.1em }
	:link, :visited		{ text-decoration: underline }
	:focus				{ outline: none; }
hr						{ height:1px; border: none 0; border-top: 1px solid #cccccc; }