﻿body {
	background-color: #EFFAFC;
	background-image: url("o.gif");
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}

a:link 		{ color: #333399; text-decoration: underline; font-style: normal; font-weight: bold; cursor: hand;}
a:visited 	{ color: #333399; text-decoration: underline; font-style: normal; font-weight: bold; cursor: hand;}
a:active 	{ color: #333399; text-decoration: none; font-style: normal; font-weight: bold; cursor: hand;}
a:hover 	{ color: #ff0000; background-color: #C7E9F2; text-decoration: underline; font-style: normal; font-weight: bold; cursor: hand;}

td,p,li {
	font-family:Arial CE,Helvetica CE,Arial,Helvetica,sans-serif;
	font-size:12px;
	color: black;
}

td.men,p.men,li.men {
	font-family:Arial CE,Helvetica CE,Arial,Helvetica,sans-serif;
	font-size:12px;
	color: #333399;
	font-weight: bold;
	text-decoration: none;
}

a.men:link 	{ color: #333399; font-style: normal; font-weight: bold; cursor: hand;}
a.men:visited 	{ color: #333399; font-style: normal; font-weight: bold; cursor: hand;}
a.men:active 	{ color: #333399; font-style: normal; font-weight: bold; cursor: hand;}
a.men:hover 	{ color: #ff0000; background-color: #C7E9F2; font-style: normal; font-weight: bold; cursor: hand;}

td.jus,p.jus,li.jus {
	font-family:Arial CE,Helvetica CE,Arial,Helvetica,sans-serif;
	font-size:12px;
	color: black;
	text-align: justify;
}

td.rig,p.rig,li.rig {
	font-family:Arial CE,Helvetica CE,Arial,Helvetica,sans-serif;
	font-size:9px;
	color: black;
	text-align: right;
}

.center {
        text-align: center;
}