/*<link href="style.css" rel="stylesheet" type="text/css">
Body bg color rgb(53, 66, 165)
background color: #2969bd, or rgb(41, 105, 189)
*/

body {
	border-color: #0033CC;
	background-color: #2e55a4;
	background-image: url();
	background-repeat:no-repeat; 
}
a:link { 
	color: #04045e;
	}
a:visited { 
	color: #880088
	}
a:hover { 
	color: #000000;
	background-color: #ffffff;
	text-decoration: none;
	}
a:active { 
	color: #333333;
	}
table.main {
	border-width: 0px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: blue blue blue blue;
	border-collapse: separate;
	background-color: white;

}
table.main th {
	border-width: 0px 0px 0px 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-style: inset inset inset inset;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.main td {
	border-width: 0px 0px 0px 0px;
	padding: 8px 8px 0px 8px;
	border-spacing: 1pt 0pt;
	border-style: none none none none;
	border-color: white white white white;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.two {
	border-width: 1px 0px 0px 1px;
	border-style: solid solid solid solid;
	border-color: rgb(20, 20, 200) rgb(20, 20, 200) rgb(20, 20, 200) rgb(20, 20, 200);
	border-collapse: separate;
	background-color: rgb(53,66,165);
}
table.two th {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: none none none none;
	border-color: rgb(255, 255, 255) rgb(20, 20, 200) rgb(255, 255, 255) rgb(255, 255, 255);
	background-color: rgb(53, 66, 165);
	-moz-border-radius: 0px 0px 0px 0px;
}
table.two td {
	border-width: 0px 0px 0px 0px;
	border-style: none none none none;
	border-color: rgb(255, 255, 255) rgb(255, 255, 255) rgb(255, 255, 255) rgb(255, 255, 255);
	background-color: rgb(41,105,189);
	-moz-border-radius: 0px 0px 0px 0px;
}
table.nb {
	border-width: 1px 0px 0px 1px;
	border-style: solid solid solid solid;
	border-color: rgb(20, 20, 200) rgb(20, 20, 200) rgb(20, 20, 200) rgb(20, 20, 200);
	border-collapse: separate;
	background-color: rgb(53,166,165);
}
table.nb th {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: none none none none;
	border-color: rgb(255, 255, 255) rgb(20, 20, 200) rgb(255, 255, 255) rgb(255, 255, 255);
	background-color: rgb(53, 66, 165);
	-moz-border-radius: 0px 0px 0px 0px;
}
table.nb td {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: none none none none;
	border-color: rgb(0, 0, 0, 0);
	background-color: rgb(41,105,189);
	-moz-border-radius: 0px 0px 0px 0px;
}
tr.background {
	background-color: #000000;
	background-repeat: no-repeat;
}
td.border {
	border-width: 0px 0px 0px 0px;
	border: 1px solid #000000;
	background-color: rgb(41,105,189);

}
td.leftborder {
	border-width: 0px 1px 1px 1px;
	border-color: rgb(200, 20,200) rgb(20, 200,200) rgb(20, 20,200) rgb(210, 210,200);
}
td.noborder {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
H1 {
	font-size:18px;
	color:#000000;
	font-weight: bold;
}
.padtop {padding-top: 10px;
}
