body {
	margin-top: 0px;
}

.NoPadding
{
padding:0px;
margin:0px;
}
/*.menu {
	font-family: "palatino Linotype";
	font-weight: bold;
	font-size: medium;
	color: #FFFFFF;
	background-color: #007071;
/*	display:block;
	line-height: 26px;*/
/*}

.menu a, .menu a:visited, .menu a:link{
	font-family: "palatino Linotype";
	font-weight: bold;
	font-size: medium;
	color: #FFFFFF;
	text-decoration: none;
	/*display:block;*/
/*}

.menu a:hover{
	font-family: "palatino Linotype";
	font-weight: bold;
	font-size: medium;
	color: #FFFFFF;
	text-decoration: underline;
	/*background-color:#004041;
	display:block;
}

.menuTest {
	font-family: "palatino Linotype";
	font-weight: bold;
	font-size: medium;
	color: #FFFFFF;
	background-color: #007071;
	text-align:center;
	display:block;
	line-height: 26px;
}

.menuTest a, .menuTest a:visited, .menuTest a:link{
	font-family: "palatino Linotype";
	font-weight: bold;
	font-size: medium;
	color: #FFFFFF;
	text-decoration: none;
	display:block;
}

.menuTest a:hover{
	font-family: "palatino Linotype";
	font-weight: bold;
	font-size: medium;
	color: #FFFFFF;
	text-decoration: none;
	background-color:#004041;
	display:block;
}*/
.whiteTD {


			font-family: "Century Gothic";
			font-weight: bold;
			font-size: 14px;
			color: #FFFFFF;
			text-transform:uppercase;
			padding-left:3px;
}

.header
{
	font-family: "palatino Linotype";
	font-weight: bold; 
	font-size: large; 
	color: #000000; }

/******************************************/

h1{
 font-family: "Palatino Linotype";
 color: #000000;
 font-size: x-large;
 text-align: left;
 padding-top:2px;
 padding-bottom:5px;
 line-height:16PX;
 margin-bottom: 7px;
 margin-top: 5px;
}

h2{
 font-family: "Palatino Linotype";
 color: #000000;
 font-size:medium;
 text-align: left;
 padding-top:2px;
 padding-bottom:5px;
 line-height:13PX;
 margin-bottom: 7px;
 margin-top: 5px;
}

h3{
 font-family: "Palatino Linotype";
 color: #000000;
 font-size:medium;
 text-align: left;
 padding-top:2px;
 padding-bottom:5px;
 line-height:13PX;
 margin-bottom: 7px;
 margin-top: 5px;
}


.content{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #454545;
	background-color:#FFFFFF;
	vertical-align:top;
	text-align:justify;
	}
.content a, .content a:visited, .content a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: x-small;
	color: #00718F;
	text-decoration: none;
}

.content a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: x-small;
	color: #00718F;
	text-decoration: underline;
}
/*************** FOOTER ****************************/
.footer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #000000;
	background-color:#FFFFFF;
	vertical-align:top;
	text-align: center;
}
.footer a, .footer a:visited, .footer a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: x-small;
	color: #00718F;
	text-decoration: none;
}

.footer a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: x-small;
	color: #00718F;
	text-decoration: underline;
}
/*************** Dotted Border *****************/
.dotGrey{
	margin:0px;
	padding-left: 3px;
	color: #000000;
	font-weight: normal;
	min-width:12px;
	max-width:12px;
	background-image:url(/Templates/CRI/images/dot-grey.gif);
	background-repeat:repeat-y;
	background-position:center;
	vertical-align:top;

}

.dotGreyHorizontal{
	margin:0px;
	padding-left: 3px;
	color: #000000;
	font-weight: normal;
	background-image:url(/Templates/CRI/images/dot-grey.gif);
	background-repeat:repeat-x;
	background-position:center;
	vertical-align:top;

}
/*************** Images Border *****************/
.borderImages{
border:solid;
border-color:#000000;
border-width:1px;
padding: 0px, 0px, 0px, 3px;
vertical-align: top;
}

/************** White Bars Loader **************/

.whiteBarLeft {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
	background-position:left;
	font-weight: normal;
	background-image:url(white-bar-left.gif);
	background-repeat:no-repeat;
	vertical-align:middle;
	height: 5px;
	width: 200px;
	line-height: 5px;

	}

.whiteBarCentre {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
	background-position:left;
	font-weight: normal;
	background-image:url(white-bar-centre.gif);
	background-repeat:no-repeat;
	vertical-align:middle;
	height: 5px;
	width: 318px;
	line-height: 5px;

	}

.whiteBarCentreLARGE {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
	background-position:left;
	font-weight: normal;
	background-image:url(white-bar-centre.gif);
	background-repeat: repeat-x;
	vertical-align:middle;
	height: 5px;
	line-height: 5px;

	}
.whiteBarRight {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
	background-position:right;
	font-weight: normal;
	background-image:url(white-bar-right.gif);
	background-repeat:no-repeat;
	vertical-align:middle;
	height: 5px;
	width: 186px;
	line-height: 5px;

	}
	
/*************** search styles *****************/

.searchBTN{
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
	font-weight: bold;
	background-color:#00718F;
	color:#FFFFFF;
	border:solid;
	border-color:#000000;
	border-width:1px;
	}
.searchField{
	height:16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
	font-weight: normal; 
	background-color:#ffffff;
	color:#000000;
	border:solid;
	border-color:#000000;
	border-width:1px;
	}


