
	body{
		background-color: white;

	}


	td{
		font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #4f4f51;
		font-weight: normal;
		line-height:150%;
	}

	.menu2{
		background-image: url(images/menu.jpg);
		text-align : center;
		font-family:Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
		font-size: 16px;
		color: white;
		width: 176px;
		height:48;
		display: block;
		font-weight:bold;
		padding-top: 12px;
	}

	.margin{
		margin-left:50px;
		margin-right:50px;
	}

	.subtitle{

		font-size: 16px;
		font-weight: bold;
	}


	.menu2:hover{
		background-image: url(images/menu.jpg);
		text-align : center;
		font-family:Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
		font-size: 16px;
		color: #ec1c24;
		width: 176px;
		height:48;
		display: block;
		font-weight:bold;
		padding-top: 13px;
	}


	.menu2a{
		background-image: url(images/menu_a.jpg);
		text-align : center;
		font-family:Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
		font-size: 16px;
		color: white;
		width: 176px;
		height:48;
		display: block;
		font-weight:bold;
		padding-top: 13px;
	}

	.border{
		border: 1px solid #b3b3b3 ;
	}

	.date{
		font-family:Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
		font-size: 15px;
		color: #a0a1a1;
		font-weight: bold;
	}


	a{
		font-family: Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-weight: normal;
		color: #6a6a6a;
		text-decoration: none;
	}
	a: hover{
		font-family: Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-weight: normal;
		color: #8a8a8a;
		text-decoration: none;
	}


	h1{
		font-family: Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 36px;
		font-weight: normal;
		color: #ff0000;
		text-decoration: none;
		padding-top: 10px;
		text-align: center;
	}

	h2{
		font-family: Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 26px;
		font-weight: normal;
		color: #4f4f51;
		text-decoration: none;
		padding-top: 20px;
	}


	.headtable{
		background-color: #cccccc
	}

	.link{
		font-size:12px;
		text-decoration: underline;
		margin-right:20px;
	}

	
	.border{
		border:2px solid #9fa1a4;
		background-image : url(images/bg_table.jpg);
		background-position : top;
		background-repeat : repeat-x;
		background-color: white
	}
	.inner{
		border-right: white 2px solid;
		border-bottom: white 2px solid;
	}
	.tablehead{
		background-color : #cbcbcc;
		color: black;
		font-weight: bold;
		border-right: white 2px solid;
		border-bottom: white 2px solid;
		padding-left:20px;
	}
	li{
		list-style-image : url(images/red_bullet.gif);
		margin-left:-22px;
	}

	#submenu1 {
		position: absolute;
		top:22px;
		left:-1px;
		background: #fff;
		width: 118px;
		height: 114px;
		border-left: 1px solid #b6bcc9;
		border-right: 1px solid #b6bcc9;
		border-bottom: 1px solid #b6bcc9;
		text-align: left;
		display: none;
		font-weight : normal;
	}
	

	#submenu1 a {
	
		width: 114px;
		height: 19px;
		display: block;
		color: #304080;
		font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
		text-decoration: none;

		xmargin-left:0px;
		padding-left:6px;
		
		font-weight : normal;
	}
	#submenu1 a:hover {
		background: #e4e7ed;
	}
