/* CSS Document */

/* PAGE BODY */
body {
	font-family: Trebuchet MS, Verdana, Arial;
	margin-top:15px;
	font-size: 0.8em;
	color:#000000;
}
/* PAGE BODY */

/* PAGE TITLE */
h1 {
	color:#4d5476;
	font-size:1.5em;	
	margin-left:28px;
	margin-bottom:10;
	margin-top:15px;
}
/* PAGE TITLE */

/* PAGE CONTENTS */
.textContents{
	margin-left:30px;
	margin-right:8px;
	margin-top:15px;
}
/* PAGE CONTENTS */

.textContents a{
		color:#900;
		text-decoration:none;
}

.textContents a:hover{
		color: #666;
		text-decoration:none;
}


/* PAGE FOOTER */
.footer{
	font-size:0.8em;
	color:#333333;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	margin-bottom:5px;
	text-align:center;
}
/* PAGE FOOTER */


/* LINKS */
a {
	color: #fff;
	text-decoration: none;
	font-weight:bold;
}

a:hover{
	color:#000;
}
/* LINKS */


.link2 a{
		font-size:12px;
	color:#600000;
	text-decoration: none;
}

.link2 a:hover{
	font-size:12px;
	color: #999999;
	text-decoration: none;
}



/* LINKS PAGE CATALOGUE.PHP */
.type a {
	color: #4d5476;
	text-decoration: none;
	font-weight:bold;
}

.type a:hover{
	color:#666666;
}
/* LINKS PAGE CATALOGUE.PHP */



/* VOICE MAIN MENU SELECTED */
.menuSelected{
	color:#cacee5;
	font-weight:bold;
}
/* VOICE MAIN MENU SELECTED */


/* VOICE MAIN MENU SELECTED */
.menuSub{
	color:#cacee5;
}
/* VOICE MAIN MENU SELECTED */

.alert {
	color: #990000;
}