@charset "utf-8";
/* CSS Document */
body {
	background:url(images/grad.gif) repeat-x;
	background-color:#7fc465;
	margin:0px;
	margin-top:0px;
	
}
table.logo {
	background:url(images/main1.jpg), no-repeat, center;

}
table.logoMenu {
	background:url(images/mainMenu1.jpg), no-repeat, center;

}
img.leftFlag {
	z-index:0;
	position:fixed 0 0;
}
td.leftSide {
	background:url(images/leftSide.png), repeat-y;
}
td.rightSide {
	background:url(images/rightSide.png), repeat-y;
}
td.center {
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:28px;
	font-weight:bold;
	color:#900;
}
p {
	text-align:left;
	padding-left:30px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#900;
}
h1 {
	color:#600;
	font-size:24px;
}
h2 {
	line-height: 90%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #1F5394;
}
h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}
h7 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	
}
h4 {
	text-align: center;
	line-height: 5%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #900;
}
ul.TickList {
	list-style-image: url('../trinity/tick.gif');
	line-height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color:#000000;
}

LI.list2 {
	list-style-type: circle;
	margin-left: 30px;
	text-align:left;
	color:#900;
}
LI.list1 {
	list-style-type:disc;
	margin-left: 30px;
	text-align:left;
	color:#900;
}
LI.list0 {
	list-style-image:url(images/pepper.gif);
	margin-left: 60px;
	text-align:left;
	color:#900;
}
a.menuLink{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#900;
}
a.goback{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#600;
}
a.goback:link{
	text-decoration:none;
	color:#600;
}
a.goback:hover{
	text-decoration:underline;
	color:#600;
}
a.goback:active{
	color:#C00;
}
a.goback:visited{
	color:#600;
}
a:link{
	text-decoration:none;
	color:#900;
}
a:hover{
	text-decoration:underline;
	color:#900;
}
a:active{
	color:#C00;
}
a:visited{
	color:#900;
}
ul {
	color:#900;
}

a.viewMenu:link{
	text-decoration:underline;
	font-size:40px;
	font-weight:bolder;
}