/* GENERAL fonts */
P, OL, UL, DIV, H1, H2, H3, H4, TD, blockquote, input, textarea, LI, .VotD {
	font-family: Verdana, Helvetica, Helv;
	font-size: 12px;
	color: #430654;
}
H1 {
	font-size: 26px;
	text-align: center;
	font-weight: bold;
	padding-bottom: 10px;
}
H2 {
	font-size: 24px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 10px;
}
H3 {
	font-size: 18px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 10px;
}
H4 {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 10px;
}
P, LI {
	text-align: justify;
	padding-bottom: 10px;
}
P, H1, H2, H3, H4 {margin: 0px 0px 0px 0px;}
A {
	text-decoration: none;
	color: #9900CC;
}
A:hover {
	text-decoration: underline;
}
.MainTitle {
	font-size: 40px;
	vertical-align: top;
	text-align: center;
}
.Stretched {
	font-size: 42px;
	vertical-align: top;
	text-align: center;
}
.VotD {
	text-align: center;
	font-style: italic;
}

BODY {
#	margin: 0 0 0 0;
	background-color: white;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}

/* Content column */
TD#content {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	vertical-align: top; 
}

/* Menu 1 column */
TD#menu_1 {	
	vertical-align: top;
	width: 160px;	
	padding-top: 5px;
}
TD#menu_1 DIV {
}
TD#menu_1 DIV A {
	color: #430654;
	text-decoration: none;
}
TD#menu_1 DIV A:hover {
	color: #9900CC;
}

/*  MENU 1, level 1, normal state (NO) */
TD#menu_1 DIV.menu1-level1-no {
	font-size: 14px;
	padding-top: 5px;
	padding-left: 5px;
}
/*  MENU 1, level 1, active state (ACT) */
TD#menu_1 DIV.menu1-level1-act {
	font-size: 14px;
	padding-top: 5px;
	padding-left: 5px;
}
/*  MENU 1, level 1, current state (CUR) */
TD#menu_1 DIV.menu1-level1-cur {
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 5px;
}

/*  MENU 1, level 2, normal state (NO) */
TD#menu_1 DIV.menu1-level2-no {
	font-size: 14px;
	padding-top: 5px;
	padding-left: 20px;
}
/*  MENU 1, level 2, active state (ACT) */
TD#menu_1 DIV.menu1-level2-act {
	font-size: 14px;
	padding-top: 5px;
	padding-left: 20px;
}
/*  MENU 1, level 2, current state (CUR) */
TD#menu_1 DIV.menu1-level2-cur {
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 20px;
}

/*  MENU 1, level 3, normal state (NO) */
TD#menu_1 DIV.menu1-level3-no {
	font-size: 12px;
	padding-top: 5px;
	padding-left: 30px;
}
/*  MENU 1, level 3, active state (ACT) */
TD#menu_1 DIV.menu1-level3-act {
	font-size: 12px;
	padding-top: 5px;
	padding-left: 30px;
}
/*  MENU 1, level 3, current state (CUR) */
TD#menu_1 DIV.menu1-level3-cur {
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 30px;
}
