PAGE {
	size: landscape;
}

.page{
	page-break-after: always;
}

BODY {
	margin: 0px;
}

.yellowBg {
	background-image: url(../images/yellowStripe.jpg);
	background-repeat: repeat-x;
	height: 100px;
}

.yellowBgBottom {
	background-image: url(../images/yellowStripeBottom.jpg);
	background-repeat: repeat-x;
	height: 100px;
}

	
.headerBig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #001122;
	font-weight: bold;
}

.headerMedium {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006699;
	font-weight: bold;
}

.header{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	font-weight: bold;
}

.footerBlue{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #001122;
}

.footerGrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
}

a.footerGrey {
	text-decoration: none;
}

a.footerGrey:hover {
	text-decoration: underline;
	color: #111133;
}

.footerGreySmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555555;
}

.inputField {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border: 1px solid #CCCCCC;
	height: 20px;
	background-color: #FFFFFF;
	vertical-align: middle;
	width: 200px;
}

.btn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border: 1px  outset #cccccc;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #FFF;
	vertical-align: middle;
	font-weight: bold;
}

.warning{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	font-weight: bold;
}

a.help {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #116677;
	text-decoration: none;
}

a.help:hover {
	text-decoration: underline;
	color: #000022;
}

.formHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	font-weight: bold;
}

.normalText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #111133;
}

.greyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

a.redNormalLink{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #993333;
	text-decoration: none;
}

.redWarningSmall{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
}

.blockTop{
	background-image: url(../images/block_top_medium.jpg);
	height: 25px;
	vertical-align: bottom;
	padding-left: 5px;
}

.blockWithBorder{
	border-left: 1px solid #EFDAB6;
	border-right: 1px solid #EFDAB6;
	vertical-align: top;
	padding: 5px;
}

.blockBottom{
	background-image: url(../images/block_bottom_medium.jpg);
	height: 20px;
}

.blockMenuTop{
	background-image: url(../images/block_top_short.jpg);
	height: 25px;
	vertical-align: bottom;
	padding-left: 5px;
}

.blockMenuBottom{
	background-image: url(../images/block_bottom_short.jpg);
	height: 20px;
	vertical-align: bottom;
}

.blockMenuTopSimple{
	background-image: url(../images/block_top_short_simple.jpg);
	height: 10px;
	vertical-align: bottom;
}

.leftMenu{
	border-bottom: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
}

a.menuItem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006699;
	font-weight: bold;
	text-decoration: none;
}

a.menuItem:hover {
	color: #993300;
}

.statusDisplay {
	display: none; 
	background-color: #EEE; 
	z-index: 10000; 
	position: absolute; 
	top: 50%; 
	left: 41%; 
	filter:alpha(opacity=95);
  	opacity:0.95;
	width: 400px;
	height: 200px;
	border: 1px solid #CCC;
}

.transparentLayer {
	background-color: #CCC; 
	z-index: 100; 
	position: absolute; 
	top: 15%; 
	left: 25%; 
	width: 600px;
	height: 400px;
	padding: 10px;
	border: 1px solid #CCC;
}

.topLayerHeader {
	background: #006699;
	color: #FFFF00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
}

.topLayerBody {
	vertical-align: middle;
	background-color: #FFFFFF;
	height: 360px;
}

.contentLayer {
	width: 600px;
	height: 400px;
	background-color: #FFFFFF;
}

a.whiteLink{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

a.whiteLink:hover{
	color: #FF9999;
	text-decoration: none;
}

.cellTop{
	border-top: 1px solid #666666; 
	border-left: 1px solid #666666;
	border-bottom: 1px solid #666666;
	height: 35px;
}

.cellTopRight{
	border-top: 1px solid #666666; 
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	height: 35px;
}

.cellNormal{
	border-left: 1px solid #666666;
	border-bottom: 1px solid #666666;
	height: 35px;
}

.cellNormalRight{
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
	a.smalllink {
	font-family: Times New Roman, Times, serif;
	font-size: 12;
	color: blue;
	text-decoration: none;
}
a.smalllink:hover{
	color:red;
	}
	div.text
{
	overflow:auto; 

     height:175px; 


	 margin-right:2px; 

                      margin-top:2px; 

                      margin-bottom:2px;
					  
					  scrollbar-face-color:#666699;

                      scrollbar-highlight-color:#666699;

                      scrollbar-3dlight-color:#666699;

                      scrollbar-darkshadow-color:#000000;

                      scrollbar-shadow-color:#000000;

                      scrollbar-arrow-color:#000033;

                      scrollbar-track-color:#FFFFFF;
	}	


	


	
