BODY {
    FONT-SIZE: 13px;
    MARGIN: 0px;
    FONT-FAMILY: verdana, arial, helvetica, sans-serif;
    BACKGROUND-COLOR: #737e8a;
    TEXT-ALIGN: center
}

TABLE {
    FONT-SIZE: 13px;
    FONT-FAMILY: verdana, arial, helvetica, sans-serif;
}

H2 {
    FONT-FAMILY: verdana, arial, helvetica, sans-serif;
    FONT-SIZE: 18px;
}

.centerContent {
    MARGIN: 0px auto;
    FONT-FAMILY: verdana, arial, helvetica, sans-serif;
    TEXT-ALIGN: center
}

.menu {
	position: relative;
	left: 80px;
	top: 160px;
}


.main {
    /*MIN-HEIGHT: 400px;*/
    BACKGROUND-IMAGE: url(mid.gif);
    background-repeat: repeat-Y;
    MARGIN: 0px auto;
    WIDTH: 810px;
    TEXT-ALIGN: left
}

.contentHeader {
    position: relative;
 	left: 0px;
	top: 0px;
    WIDTH: 350px;
     height: 300px;
	
	
}

.contentHeader2 {
    position: relative;
 	left: 320px;
	top: -300px;
    WIDTH: 350px;
}

.space {
	height: 40px;
    BACKGROUND-IMAGE: url(bg3.gif);
    background-repeat: repeat-Y;
    MARGIN: 0px auto;
    WIDTH: 810px;
    TEXT-ALIGN: left
}

/*
A:visited {
    COLOR: #cccccc;
    BORDER-BOTTOM: #cccccc 1px dotted;
    TEXT-DECORATION: none
}

A:link {
    COLOR: #cccccc;
    BORDER-BOTTOM: #cccccc 1px dotted;
    TEXT-DECORATION: none
}

A:active {
    COLOR: #0000cc;
    BORDER-BOTTOM: #0000cc 1px dotted;
    TEXT-DECORATION: none
}

A:hover {
    COLOR: #ffffff;
    BORDER-BOTTOM: #ffffff 1px solid
}
*/

.main2 {
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 32px;
    PADDING-BOTTOM: 0px;
    PADDING-TOP: 5px
}

.header {
    BACKGROUND-IMAGE: url(headernew.gif);
    MARGIN: 0px auto;
    WIDTH: 810px;
    HEIGHT: 172px;
		cursor: pointer; cursor: hand;		

}

.header2 {
    BACKGROUND-IMAGE: url(top.gif);
    MARGIN: 0px auto;
    WIDTH: 810px;
    HEIGHT: 71px;

}

.footer {
    BACKGROUND-IMAGE: url(bot.gif);
    MARGIN: 0px auto;
    FONT: 11px Tahoma, Arial, sans-serif;
    WIDTH: 810px;
    COLOR: #ffffff;
    HEIGHT: 45px;
    TEXT-ALIGN: center
}

/*
body {
    font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
    background-color: #FFF;
    font-size: 0.9em
}
*/


/* Style for invalid input */
.invalidInput {
    border: 1px solid #F00;

}

/* Style for valid input */
.validInput {
    border: 1px solid #FFF;


}


#mytable {
	width: 700px;
	padding: 0;
	margin: 0;
}

caption {
	padding: 0 0 5px 0;
	width: 700px;
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(../images/bg_header.jpg) no-repeat;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

td.spec {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	padding: 3px 6px 3px 10px;
	color: #4f6b72;
    	background: #F5FAFA;
}


td.alt {
	background: #F5FAFA;
	color: #797268;
}

th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(../images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(../images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}