/*copyright tOM Trottier http://Abacurial.com 2009-05-02 Sat 14:46:07*/
/*-----links -------*/
a {
	padding: 3px;
	margin: 0;
}
a:hover {
	color:#00018e !important ;
	background: yellow !important ;
}
/*----------- basics---------*/
img { ms-interpolation-mode:bicubic; border:0; margin:0; padding: 0}
body, .ltr {
	font-family: Constantia, Georgia, "New Century Schoolbook", Times, serif;
	direction: ltr;
	background-color: #cccc9a !important;
}

* {
	border: none;
	margin: 2px;
	padding: 0;
}
table {
	font-family: Consola, Geneva, Arial, Helvetica, sans-serif;
	margin-left: auto;
	margin-right: auto;
	background-color: #cccc9a;
}
.clear {
	overflow: hidden;
	width: 100%;
	text-align: center;
	line-height: 1.4em;
}
p {
	margin-top: 4px;
	margin-bottom: 2px;
}
th {
	text-align: center;
}
td {
	padding: 3px;
	background-color: white;
	text-align: center
}
.vip {
	display: block;
	border: 5px outset #ddf;
	margin: 1%;
	font-style: italic;
	background-color: white;
}
x.leftAlign {
	text-align: left;
}
.rightAlign {
	text-align: right;
}
dt {
	font-weight: bold;
	padding-top: 5px;
}
li {
	margin-left: 2em;
}
pre {
	font-family: "Bitstream Vera Sans Mono", inconsolata, consolata, "lucida console", "lucida sans typewriter", monaco, fixed, fixedsys, "courier new", courier, monospace;
}
hr {
/* background-color: #14214e; */
	color: #14214e;
	width: 24em;
	line-height: 3px;
	margin-left: 9em;
	height: 3px;
	max-height: 3px;
	margin-top: 1em;
	margin-bottom: 1em;
}
.FloatRight , .FloatLeft {
	text-align: center;
	padding: 0;
	margin: 0;
	width: 230px;
	height: 72px;
	vertical-align: top;
}
.FloatRight {
	float: right;
}
.FloatLeft {
	float: left;
}
.TextCenter {
	text-align: center;
}
.FontNormal {
	font-weight: normal !important;
} 

.FontBold {
	font-weight: bold;
}
.UnderLine {
	text-decoration: underline;
}
.DarkBlue {
	color: rgb(0,0,102);
}
/*------------menus--------------*/
.menu {
	text-align: center;
	font-weight: bold;
}
.menu tr {
	border-top: 3px solid #14214e;
}
.menu td, span {
	/*	padding: 0 4px;*/
	font-family: Consola, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	margin: 2px;
	
	border-left:  8px solid #cccc9a;
	border-right: 8px solid #cccc9a;

	/*	margin: 0;
*/
	text-align: center;
	color: white;
	background-color: #14214e;
}

.menu td a {
	padding: 3px;
	color: white;
	background-color: #14214e;
	text-decoration: none;
}

#current {
	border-top: 3px solid #14214e	!important;
	color:black	!important;
	background-color: #cccc9a	!important;
}
h1, h2, h3, h4, h5 {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #14214e;
	margin: 10px 0 5px 20px !important ;
}
h1 {
	font-style: italic;
	font-size:200%;
	text-align: center;
	margin: 0;
	margin:4px;
	vertical-align: top !important;
}
.bkngFont {
	color: #cccc9a;
	font-size: 1%;
	visibility: hidden;
}

