.txtNormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.txtBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

.txtTitleArticle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 5px;
}

.txtCategory{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 2px;
}
.txtRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	
}
/*
html,body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #F4F1E6;
	
}	
*/
html
{
	background: url(html.gif) repeat-x top #fff;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

body
{
	position: relative;
	padding: 0;
	width: 770px;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
}

a {
		font-weight: bold;
		font-size: 12px;
		color: #fff;
}
	
.bodyTable {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1pt;
	border-bottom-style: dotted;
	border-bottom-color: #B2B3A6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

a:link {
	color: #013346;
	font-size: 12px;
	text-decoration: none;
	text-decoration: underline;
}
a:visited {
	color: #013346;
	font-size: 12px;
	text-decoration: underline;

}
a:hover {
	color: #013346;
	font-size: 12px;
	text-decoration: none;
}
a:active {
	color: #03A5E2;
	font-size: 12px;
	text-decoration: none;

}

H5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #003333;
	padding-bottom: 15px;

}
.adminTable1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding-top: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #FFFFFF;
	padding-bottom: 7px;

}
.adminTable2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8A958A;
	background-repeat: repeat;
	padding-bottom: 5px;
	padding-left: 5px;



}
.adminTable3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-image: url(img/white.gif);
	background-repeat: repeat;
	padding-bottom: 5px;
	padding-left: 5px;
}

.tableItem {font-family: Arial, Helvetica, sans-serif;font-size: 12px;color: #000000; background-color:#FFFFFF; padding-left: 2px;}
.tableHeader {font-family: Arial, Helvetica, sans-serif;font-size: 12px;color: #000000;font-weight: bold;background-color:#E6F0F4;}
.alternatingItem {font-family: Arial, Helvetica, sans-serif;font-size: 12px;color: #000000; background-color:#F6FAFC; padding-left: 2px}
.pageLinks {font-family: Arial, Helvetica, sans-serif;font-size: 12px;color: #000000;font-weight: bold; background-color:#FFFFFF;}

.calendarHide
{
	display: none;
	position: relative;
}
.calendarShow
{
	position: absolute;
	z-index: 0;
	background-color: #F0F0F0;
}

.nav
{
	clear: both;
	background-color: #FFCC00;
	border-bottom: 2px solid #fff;
	padding: 0 10px 0 0;
	margin: 0;
	font: bold 13px Arial, Helvetica, sans-serif;
}

.nav li
{
	list-style: none;
	display: inline;
	margin: 0;
}

.nav a
{
	
	display: block;
	float: left;
	padding: 10px 15px;
}

.nav a:hover
{
	background-color: #FFEE99;
	text-decoration: none;
}

.nav:after
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.nav { display: inline-table; }

/* Hides from IE-mac \*/
* html .nav { height: 1%; }
.nav { display: block; }
/* End hide from IE-mac */

