/*Trivent Style Sheet*/

a {
	font-family:		serif;
	font-size:			14;
	font-weight:		bold;
	color:				#336699;
	text-decoration:	none;
}

a.rem {
	color:				#5588BB;
	text-decoration:	underline;
}

ul, ol {
	margin-top:			5px;
}

.bg_tile {
	background-repeat:		repeat;
}

.bg_norep {
	background-repeat:		no-repeat;
}

.bg_repx {
	background-repeat:		repeat-x;
}

.bg_repy {
	background-repeat:		repeat-y;
}

td {
	color:				#333333;
	font-family:		serif;
	font-size:			14;
}

td.menucell {
	width:            90px;
	color:				#FFFFFF;
	font-weight:   	bold;
	background-color: #BBBBBB;
	border-bottom:		2px solid #003366;
	padding-left:		5px;
	padding-right:		5px;
}

td.menucell:hover {
	border-bottom:		2px solid #FFFFFF;
}

h1 {
	color:				#993300;
	font-family:		serif;
	font-size:			16;
	margin-top:       30px;
}

td.year {
	background-color: #99CCFF;
	color:				#003366;
	font-weight:   	bold;
	padding-left:     5px;
}

td.refer {
	padding-left:     35px;
	border-bottom:    1px solid #CCCCCC;
}

.referatt {
	padding-left:     25px;
}

body	{
	margin-top:       5px;
	margin-bottom:    2px;
	margin-left:      0px;
	margin-right:     0px;
	background-color: #666666;
	color:				#333333;
	font-family:		serif;
	font-size:			14;
}

.impre {
	font-size:			13;
	color:				#003366;
	margin-right:		10px;
	margin-bottom:		9px;
	font-family:		sans-serif;
}

.partner {
	padding-left:     5px;
	border-bottom:    1px solid #CCCCCC;
}

input, textarea, select {
	color:				#000000;
	font-size:			11;
	font-family:		Sans-Serif;
}
