body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;	
	background-image:url(http://www.e-prova.com/i/fd.jpg);
	background-repeat:repeat-x;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background: #0033CC;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	font-family: "Arial Rounded MT Bold", Arial, sans-serif;
} 
.twoColFixLtHdr #header h1 {
	
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF;
	border-right:dashed;
	border-right-color:#003366;
	border-right-width:thin;
	border-top:dashed;
	border-top-color:#003366;
	border-top-width:thin;
	padding: 15px 5px 15px 5px;
}

.twoColFixLtHdr #sidebar0 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 5px 15px 5px;
}

.twoColFixLtHdr #mainContent { 

	margin: 0 0 0 180px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#0033CC;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.style2 {color: #0099CC}
.style4 {color: #FF0000}
.style10 {color: #7376F0}
.style13 {color: #F7A357}
.cardica {line-height: 19px; font-size: 13px; }
.caixa1 {
	background-color: #B8DCED;
	border-top-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #000099;
	border-right-color: #000099;
	border-bottom-color: #000099;
	border-left-color: #000099;
	border-right-width: thin;
}
.caixa2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	padding: 2px 1px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
}
.lateral {
	border-bottom-style: solid;
	border-bottom-color: #66CCFF;
	border-bottom-width: 0.1em;
	padding-left: 4px;
	font-size: 11px;
	border-top-style: none;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 3px;
	font-family: "Arial Rounded MT Bold", Arial, sans-serif;
	font-weight: normal;
	height: 26px;
	border-right-width: 0.1px;
	border-left-width: 0.1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #66CCFF;
	border-left-color: #66CCFF;
}
.lateralTitular {
	border-bottom-style: solid;
	border-bottom-color: #66CCFF;
	border-bottom-width: 0.1em;
	padding-left: 4px;
	font-size: 14px;
	border-top-style: none;
	padding-top: 4px;
	padding-right: 1px;
	padding-bottom: 3px;
	font-family: "Arial Rounded MT Bold", Arial, sans-serif;
	font-weight: bold;
	color: #3F7EF3;
	line-height: 20px;
}
.boxTOP {
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}
.menuTop {
	font-family: "Arial Rounded MT Bold", Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;	
}

.huge {
	font-family: Georgia, Garamond, Cambria, Arial;
	font-size: 60px;
	line-height: 65px;

}

.corpo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	padding: 2px;
	border: 0.5px dotted #0099CC;
	background-color: #FFFFFF;
	margin: 0px 5px 0px 3px;
}

.linkTOP {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-transform: capitalize;
	color: #000000;
}
.caixaTOP {
	background-image: url(http://www.profcardy.com/i/fd_a.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.caixaTOP2 {
	background-image: url(http://www.profcardy.com/i/fd3.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.caixaTHIN {
	border: 0.2mm solid #006699;
}
.caixaLADO {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	background-color: #FFFFFF;
	border-top-width: 0.1mm;
	border-right-width: 0.5mm;
	border-bottom-width: 0.5mm;
	border-left-width: 0.1mm;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #006699;
	border-right-color: #006699;
	border-bottom-color: #006699;
	border-left-color: #006699;
}
.caixaamarela {
	background-image: url(http://www.profcardy.com/i/fd_b.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}

.modulo {
	border-top-width: thin;
	border-right-width: 0.2mm;
	border-bottom-width: thin;
	border-left-width: 0.2mm;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.direito {
	background-color: #FFFFFF;
	padding: 8px;
	border: 0.1em dashed #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.mini {
	font-family: "Courier New", Courier, Arial;
	font-size: 11;
	font-style: normal;
	font-weight: normal;
	color: #3399CC;
	line-height: 12px;
}
.form {
	font-family: "Courier New", Courier, mono, Arial;
	font-size: 12px;
	color: #664500;
	background-image: url(http://www.profcardy.com/i/fd.gif);
	border: 0.2mm none #003366;
	text-align: center;
	vertical-align: middle;
	line-height: 18px;
	margin-top: 1px;
	margin-right: 4px;
	margin-bottom: 1px;
	margin-left: 1px;
	word-spacing: 2px;
	font-weight: bold;
}
.mail {
	background-color: #EBF4FE;
	border: 0.1em dashed #003366;
	font-size: 12px;
	color: #003366;
	padding: 1px 1px 1px 3px;
	line-height: 14px;
	font-family: Courier, Arial, sans-serif;
}
.tema {	padding-left: 10px;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	line-height: 16px;
	padding-top: 5px;
	padding-right: 10px;
}
.linha {
	border-bottom-width: 0.1em;
	border-bottom-style: solid;
	border-bottom-color: #0099FF;
}.caixaLadofina {
	border-top-width: 0.2em;
	border-right-width: 0.2em;
	border-bottom-width: 0.2em;
	border-left-width: 0.2em;
	border-top-color: #66CCFF;
	border-right-color: #66CCFF;
	border-bottom-color: #66CCFF;
	border-left-color: #66CCFF;
}
.minusMini {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: lowercase;
}
.tabelaCapa {
	font-family: "Arial Rounded MT Bold", Arial, sans-serif;
	font-size: 12px;
	border: 0.1em solid #FF9900;
	color: #FFFFFF;
}
.classica {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 17px;
	padding-right: 2px;
	padding-left: 2px;
}
	img { border: 0px }
.altura {
	line-height: 30px;
}

.inputText {
		border-top		: 1px solid #9B121C;
		border-right	: 1px solid #C4757B;
		border-bottom	: 1px solid #C4757B;
		border-left		: 1px solid #9B121C;
		width				: 178px;
		padding			: 2px 0 0 1px;
		height			: 14px;
		font-family		: Verdana, Arial, Helvetica, sans-serif;
		font-size		: 10px;
	}
.inputSelect {
		border-top		: 1px solid #9B121C;
		border-right	: 1px solid #C4757B;
		border-bottom	: 1px solid #C4757B;
		border-left		: 1px solid #9B121C;
		width				: 155px;
		font-family		: Verdana, Arial, Helvetica, sans-serif;
		font-size		: 10px;
	}
.tdSpacing { padding: 8px 0 0 0 }
.MATH {
	font-family: "Cambria Math", Cambria, Arial;
	font-size: 14px;
	line-height: 16px;
}
.poster {
	height: auto;
	width: auto;
	right: 0px;
	bottom: 0px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.continente {
	height: auto;
	width: auto;
	right: 0px;
	bottom: 0px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.contorno2 {
	padding: 20px;
	background-color: #E8F3FD;
	border-top-width: 0em;
	border-right-width: 0.1em;
	border-bottom-width: 0.1em;
	border-left-width: 0em;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E7F3F8;
	border-right-color: #0099CC;
	border-bottom-color: #008BB9;
}
.contorno3 {
	padding: 20px;
	background-color: #E1FAC0;
	border-top-width: 0em;
	border-right-width: 0.1em;
	border-bottom-width: 0.2em;
	border-left-width: 0em;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00B7B7;
	border-right-color: #006666;
	border-bottom-color: #006666;
	border-left-color: #00B7B7;
}
.white {
	color: #FFFFFF;
}
.roundtable1 {
border:1px solid #6688AA;-moz-border-radius:1em; background-color:#F0F9FF; padding:1em; }

.roundtableclean {
border:1px solid #6688AA;-moz-border-radius:1em; padding:1em; }