/***********************************************/
/* trieste.css                                 */
/***********************************************/

body{
	background: #CCCCCC url(Images/background.jpg) fixed;
	margin: 20px 0px 20px 0px;
	margin-left: auto;
	margin-right: auto;
	font-family: "Segoe UI", "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	height: 101%;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #CC3300;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: #FFFFFF;
	background-color: #EE7700;
	font-weight: bold;
}


/******* main text *******/

.bigtable{
	margin-left: auto;
	margin-right: auto;
	border:2px solid #999999;
	text-align: center;
	width: 900px;
}

.maintable{
	font-size: 12px;
	width: 900px;
	color: #330000;
	background-color: #FFFFCC;
	text-align: center;
}

a.maintable:link, a.maintable:visited{
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}

a.maintable:hover{
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}

/******* footer *******/

.footer{
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
}

.indexfooter{
	font-size: 10px;
}

