html, body{ 
height:100%; 
} 
#size { 
width: 100%; /* Set to fit your needs */ 
height: 100%; /* Set to a minimum height as per your needs */ 
} 

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-size: 11px;
	color: #253A43;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #253A43;
}
a:hover {
	text-decoration: underline;
	color: #A40000;
}
a:active {
	text-decoration: none;
	color: #253A43;
}




a#titl {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#FFFFFF;
}






h1 {
	font-size: 10px;
	color: #000000;
}
h2 {
	font-size: 14px;
	color: #000000;
}
h3 {
	font-size: 18px;
	color: #000000;
}
h4 {
	font-size: 10px;
	color: #990000;
}
h5 {
	font-size: 14px;
	color: #990000;
}
h6 {
	font-size: 18px;
	color: #990000;
}


.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.txt_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.txt_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.txt_bold_w {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#FFFFFF;
}

.Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}
.Title_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
.style6 {
	color: #990000;
	font-weight: bold;
}