/* CSS Document */
<!--
body
	{
	background-color: #FFFFFF;
	margin: 0px;
	}

#main
	{
	width: 630px;
	margin: 0px auto;
	background-color: #FFFFFF;
	}

a	{
	text-decoration: none;
	color: red;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	}
a:link:visited:active:hover {text-decoration : none;}

img{border: 0px;}

/*left side*/

table.left
	{
	background-color: #FFFFFF;
	width: 130px;
	left: 0px;
	float: left;
	font-weight: normal;
	text-align: left;
	color: #FFFFFF;
	}
table.left td
	{
	padding: 5px 3px;
	background-color: #2AB170;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	border: 1px;
	}

table.left td a
	{
	display: block;
	font-decoration: none;
	color: #FFFFFF;
	}



#box-line
	{
	background-color: #ffffff;
	margin-top: 0 px;
	margin-left: 0 px;
	border-left: 1px dashed #2AB170;
	padding-left: 10px;
	}

/*right side*/
p	{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	padding-left: 30px;
	text-align: left;
	}		
.publication
	{
	font-size: 12px;
	text-align: left;
	padding-left: 30px;
	text-indent: -30px;
	}

ul.right
	{
	text-align: left;
	width: 380px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	padding-left: 60px;
	list-style-image: none;
	list-style-type: square;
	}

h1	{
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	padding: 15px 0px 10px 0px;
	font-weight: normal;
	color: #2AB170;
	}
	
h1.first
	{
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	padding: 0px 0px 10px 0px;
	font-weight: normal;
	color: #2AB170;
	}
h2	{
	text-align: left;
	padding-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	color: #3366CC;
	}

table.pdf
	{
	text-align: left;
	border: 0px;
	width: 420px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
td.pdf
	{
	width: 35px;
	height: 20px;
	}
td.publication
	{
	font-size: 11px;
	text-align: left;
	padding-left: 30px;
	text-indent: -30px;
	}
#address
	{
	margin: 0px;
	padding-top: 10px;
	height: 30px;
	width: 100%;
	background-color: #3366CC;
	background-position: center center;
	text-align: center;
	color: white;
	font-size: 12px;
	}
	

-->

