html {
	height:				101%;
}

form {
	margin:				0px;
	padding:			0px;
}

img {
	border:				0px;
}

/* Main Body Style Definition */
body {
    margin:				7px 7px 0 7px;
    padding:			0px;
    background:			#FFFFFF;
}

/* Div Color style definitions */
div.red {
	color:				#DE0000;
}

/* Standard table td & th style definitions */
td, th {
	line-height: 		130%;
	vertical-align:		top;
}

/* Layouttable Style Definitions */
table.layout {
	width:				100%;
}

table.layout td.centersection {
	width:				800px;
	font-family:		tahoma;
	font-size:			11px;
	color:				#666666;
	text-align:			center;
}

table.layout td.centersection a {
	color:				#666666;
	text-decoration:	none;
}

/* Contenttable Style Definitions */
table.content {
	width:				800px;
}

table.content td.header {
	height:				105px;
}

table.content td.left {
	width:				175px;
	background-color:	#EAF7FF;
}

table.content td.center {
	width:				480px;
	text-align:			justify;
	padding:			0px;
	padding-left:		5px;
	padding-right:		5px;
}

table.content td.center a {
    color:#1066B3;
}

table.content td.right {
	width:				155px;
	background-color:	#47D9FE;
}

table.content td.footer {
	background-color:	#FF0000;
	clear: 				both;
	margin:				0px;
	padding:			4px;
	background:			#71CAFF;
	border-top:			5px solid #FFFFFF;
	text-align:			center;
	vertical-align:		middle;
	font-family:		tahoma;
	font-size:			12px;
	color:				#FFFFFF;
}

table.content td.footer a {
	font-family:		tahoma;
	font-size:			12px;
	color:				#FFFFFF;
	font-weight:		bold;
	text-decoraction:	none;
}

/* Leftside menu Style Definitions */
table.leftmenu {
	width:				175px;
}

table.leftmenu td.button {
	height:				32px;
	background-color:	#71CAFF;
	border-bottom:		1px solid #FFFFFF;
	text-align:			center;
	vertical-align:		middle;
}

table.leftmenu td.button a {
	text-decoration:	none;
	font-family:		tahoma;
	font-size:			12px;
	color:				#FFFFFF;
	font-weight:		bold;
}

table.leftmenu2 {
	width:				175px;
	border-top:			4px solid #FFFFFF;
}

table.leftmenu2 td.button {
	height:				20px;
	background-color:	#EAF7FF;
	vertical-align:		middle;
	padding-left:		15px;
	text-align:			left;
}

table.leftmenu2 td.button a {
	font-family:		tahoma;
	font-size:			11px;
	color:				#1066B3;
}

table.leftmenu2 td.button b {
	font-family:		tahoma;
	font-size:			11px;
	color:				#DE0000;
}

table.leftmenu3 {
	width:				175px;
	border-top:			4px solid #FFFFFF;
}

table.leftmenu3 td.box {
	background-color:	#EAF7FF;
	text-align:			center;
	vertical-align:		middle;
	height:				100px;
	font-family:		tahoma;
	font-size:			11px;
	color:				#1066B3;
}

table.leftmenu3 td.box input {
	margin-top:			3px;
}
