/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #909090;
	margin-left: 0px;
	margin-top: 9px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #003399;
}

html, body, #wrapper {
	height:100%;
}
table {
	background-color: #FFFFDF;
	font-family: Arial, Helvetica, sans-serif;
	color: #003399;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #0000FF;
}
a:active {
	color: #0000FF;
}
.noPad {
padding:0 0 0 0;
margin:0 0 0 0;
}
.styleSz13_NoUndrln_ClrCyan {
font-size: 13px;
text-decoration:none; 
color:#CCFFFF
}


/* Combos */
.styleSz18_ClrDrkred_WtBold {
	color: #9A3B52;
	font-size: 18px;
	font-weight: bold;
}
.styleClrDrkred_WtBold {
	color: #990000;
	font-weight: bold;
	font-size: 12px;
}
.styleSz12_ClrDrkRed {
	color: #990000;
	font-size: 14px;
}
.styleSz12_ClrBlk {
	color: #000000;
	font-size: 12px;
}
.styleSz24_ClrDrkGrn {
font-size: 24px; 
color: #006633; 
}

/* Sizes */
.styleSz3 {font-size: 3px}
.styleSz5 {font-size: 5px}
.styleSz7 {font-size: 7px}
.styleSz11 {font-size: 11px}
.styleSz12 {font-size: 12px}
.styleSz13 {font-size: 13px}
.styleSz14 {font-size: 14px}
.styleSz16 {font-size: 16px}
.styleSz18 {font-size: 18px}
.styleSz24 {font-size: 24px}

/* Styles */
.styleItalic {font-style: italic}

/* colors */
.styleClrBlk {color: #000000}
.styleClrWhite {color: #FFFFFF}
.styleClrLtBlu {color: #0033FF}
.styleClrDrkBluGrn {color: #006666}
.styleClrDrkGrn {color: #006633; }
.styleClrDrkBlu {color:#003399}


.contentblack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-style: normal;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	font-style: normal;
}
.contentul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000066;
	text-decoration: underline;
}
.advice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #000066;
}
.headings {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	background-color: #CECFCE;
	border: thin solid #000000;
}
.sub_headings {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000063;
	text-align: center;
	background-color: #CECFCE;
}
.advicered {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #FF0000;
}