/* 
	[[>>>> All the basic HTML Tags <<<<]]
*/

body {
	
	font-family: Tahoma;
	color: #253978;
	font-size: 10pt;
	topmargin:0;
	leftmargin:0;
	rightmargin:0;
	padding:0px;
	height: 100%; 

	
}
p {
font-family: Tahoma;
	color: #253978;
	font-size: 10pt;
}
ul {
font-family: Tahoma;
	color: #253978;
	font-size: 10pt;
}
h1 {
font-family: Tahoma;
	color: #253978;
	font-size: 12pt;
}


a {
	color: #253978;
    font-size: 10pt;

}
a:hover{
	color: #000000;

}
td.content_top_tile {
background: url(../pics/content_top_tile.jpg)  repeat-x;
background-position: top left;
height:28px;
}
td.content_bg {
background: url(../pics/content_bg.jpg)  repeat-x;
background-position: top left;
height:433px;
}
td.bottom_tile {
background: url(../pics/bottom_tile.jpg)  repeat-x;
background-position: top right;
height:15px;
}


