/*************************************************
*
* This css is for defining default styles for tags
*
* ***********************************************/
a,
abbrev,
acronym,
address,
applet,
area,
au,
author,
b,
banner,
base,
basefont,
bgsound,
big,
blink,
blockquote,
bq,
body,
br,
caption,
center,
cite,
code,
col,
colgroup,
credit,
del,
dfn,
dir,
div,
dl,
dt,
dd,
em,
embed,
fig,
fn,
font,
form,
frame,
frameset,
h1,
h2,
h3,
h4,
h5,
h6,
head,
hr,
html,
i,
iframe,
img,
input,
ins,
isindex,
kbd,
lang,
lh,
li,
link,
listing,
map,
marquee,
math,
menu,
meta,
multicol,
nobr,
noframes,
note,
ol,
overlay,
p,
param,
person,
plaintext,
q,
range,
samp,
script,
select,
small,
spacer,
spot,
strike,
strong,
sub,
sup,
tab,
table,
tbody,
td,
textarea,
textflow,
tfoot,
th,
thead,
title,
tr,
tt,
u,
ul,
var,
wbr,
xmp {
	font-family:		Arial, Helvetica, sans-serif;
	margin:			0;
	padding:		0;
	border:			0 none;
	font-size:		12px;
}
html,
body {
	background:		#CCC;
	height:			100%;
	text-align:		center;
	font-size:		12px;
	font-style:		normal;
	color:			black;
	text-decoration:	none;
}
h1,
h2 {
	background-color:	inherit;
	color:			#F11A29;
	font-size:		24px;
	font-weight:		bold;
	margin-bottom:		16px;
}
h2 {
	font-size:		14px;
}
p {
	margin-bottom:		16px;
	text-align:		justify;
	clear:			both;
}
div,
img,
ul,
li {
	list-style:		none;
}
dl {
	margin-top:		1em;
}
dt {
	background-color:	inherit;
	font-weight:		bold;
	color:			#999;
}
dd {
	margin-left:		2em;
}
h3 {
	background-color:	inherit;
	color:			#999;
	font-weight:		normal;
}
address {
	font-style:		normal;
	margin:			0 0 1em 0;
	padding:		0;
}
ul {
	margin-bottom:		1em;
}
cite {
	font-style:		normal;
	display:		block;
	margin:			1em;
}
/***** LINKS *****/
a {
	font-size:		12px;
	font-style:		normal;
	color:			#F11A29;
	text-decoration:	none;
	background-color:	inherit;
}
a:hover {
	font-size:		12px;
	font-style:		normal;
	color:			#F11A29;
	background-color:	inherit;
	text-decoration:	underline;
}
/***** TABLES *****/
table {
	width:			100%;
	border-collapse:	collapse;
}
th {
	background-color:	white;
	color:			inherit;
	line-height:		24px;
	border-bottom:		1px solid;
	border-color:		inherit;
	padding:		0 16px;
	/* line-height:		23px; */
	/*text-align:		left; overcomes the #colAlignRight
	style below*/
}
td {
	height:			24px;
	border-top:		1px solid;
	border-bottom:		1px solid;
	border-color:		inherit;
	padding:		0 16px;
	/* line-height:		23px; */
}
table .head {
	height:			25px;
	font-size:		14px;
	font-weight:		bold;
	color:			#999;
	background-color:	inherit;
	border-top-width:	8px;
	border-top-style:	solid;
	border-top-color:	#999;
	border-bottom-style:	none;
	padding-top:		6px;
	padding-bottom:		5px;
}
col {
	border-color:		black;
}
col#colAlignRight {
	text-align:		right;
}
table .highlight {
	background-color:	#FC0;
	color:			black;
	border-color:		white;
}
table .gray {
	color:			black;
	background-color:	#CCC;
	border-color:		white;
}
hr {
	background-color:	gray;
	color:			black;
	margin-bottom:		1em;
}
/***** FLASH *****/
object {
	z-index:		-1;
}
