body, td, a,form {
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 11px;
	color: #636363;
	text-decoration: none;
	margin: 0,0,0,0;
}
a:hover {
	text-decoration: underline;
	
}

a {
	color: #FF0000;
	font-weight: bold;	
	text-decoration: none;
	font-style: italic;
}


/* --- NAVIGATION --- */
.Nav {
	color: #636363;
	font-weight: bold;
	font-style: italic;
}

.SectionName {
}

/* --- HEADER & FOOTER ---*/
.copyright {
	font-size: 10px;
	font-style: italic;
}

/* --- ARTICLES --- */
p {
	font-size: 11px;
	margin: 0,0,0,0;
	XXline-height: 100%;
}
.ArticleTitle {
	color: #545454;
	font-weight: bold;	
}
.ArticleAbstract {
	font-weight: normal;
	color: #790000;
	margin-top: 4px;
	margin-bottom: 5px;
	XXline-height: 120%;
}
.ArticleContent {
	text-align: justify;
	XXline-height: 150%;
	color: #000000;
}
.ArticleDate {
}
.ArticleAuthor {
}
.ArticleLinkTitle {
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
}
.ArticleLinkAbstract {
	color: #790000;
	text-align: justify;
	XXline-height: 120%;
}

/* --- TABLES --- */
.TableHeader {
	background-color: #E2E4E6;
	background-color: #CCD3D7;
	font-weight: bold;
	color: #002647;
}

.TableAdmin {
	font-size: 11px;
	font-weight: normal;
	color: #002647;
}

/* --- MODULES --- */
.ModuleName {
	font-weight: bold;
	color: #FFFFFF;
}
.ModuleTitle {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

/* --- COLORS --- */
#white {
	color: #FFFFFF;	  
}
#black {
	color: #000000;
}
#red {
	color: #E30000;
}
#darkred {
	color: #AC2A2A;
}
#darkblue {
	color: #002647;
}

#ind {
	text-indent: 15px;
}

#extras {
	font-size: 13px;
}
#color1 {
	color: #FFBA00;
}
#color2 {
	color: #FFE6A1;
}
