body {
	margin:0px 0px;
	padding:0px;
	text-align:center;
	background-color : #607178;
	color : #35434c;
}
A {
	FONT-WEIGHT: bold;
	COLOR: #35434C;
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
	TEXT-DECORATION: none
}
A:link {
	COLOR: #35434c;
}
A:visited {
	COLOR: #35434c;
}
A:hover {
	BACKGROUND-COLOR: #35434c;
	color: #607178;
}
H1{
	font-family: Georgia, "Times New Roman", Roman, serif;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;

}
H2{
	font : bold italic larger Georgia, "Times New Roman",Roman, serif;
}
H2.title{
	font : bold italic small-caps small Georgia, "Times New Roman",Roman, serif;
}
H3{
	font-family: Georgia, "Times New Roman", Roman, serif;
	font-size: small;
	font-style: italic;
	font-weight: bold;
}
H4{
	font : bold italic xx-small Georgia, "Times New Roman",Roman, serif;
}
.Title{
	font : bold italic larger Georgia, "Times New Roman",Roman, serif;
}
.Logo{
	font : bold italic x-large Georgia, "Times New Roman",Roman, serif;
}
P{
	font : normal normal smaller Verdana, Arial,Helvetica, sans-serif;
	text-align : justify;
}
.lightblue{
	color : #b1c2ca;
}
.center{
	text-align : center;
}
.alignright{
	text-align : right;
}
.bold{
	font : bold;
}
.bolditalic{
	font : bold italic;
}
.bolditaliccentre{
	font : bold italic;
	text-align : center;
}
#DkBorder{
	padding: 5px;
	background : #b1c2ca;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #35434c;
	border-right-color: #35434c;
	border-bottom-color: #35434c;
	border-left-color: #35434c;

}
#LtBorder{
	border-color: #b1c2ca;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	padding: 5px;
	background : #607178;
}
