/* CSS Document */

/* common tags */

body {
	font-size:16px;
	line-height: 1.1;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding:0px;
	margin:0px;
}

h1 h2,h3 {
	color: #000000;
	padding-top: 8px;
	padding-bottom:8px;
}

hr{
 color:#CCCCCC;
 background-color:#CCCCCC;
 height:2px;
}

a{
	color:#0000FF
}

.clearer{
	clear:both;
}


/*style specific */

.red{
	color:#CC0000;
}

/*link panel links */

.link1{
	font-family:Arial;
	font-size:10.5pt;
	color:#005EBB;
}
.link1 a, .link1 a:link, .link1 a:visited, .link1 a:hover{
	color:#005EBB;
	text-decoration:none;
}

/*footer link */

.link2{
	font-family:Tahoma;
	font-size:17px;
	color:#0066CC;
	text-decoration:underline;
}
.link2 a, .link2 a:link, .link2 a:visited, .link2 a:hover{
	color:#0066CC;
	text-decoration:underline;
}

.link3{
	font-family:Arial;
	font-size:10.5pt;
	color:#666666;
}
.link3 a, .link3 a:link, .link3 a:visited, .link3 a:hover{
	color:#666666;
	text-decoration:none;
}


.style2 {
	color: #0066cc;
	font-weight: bold;
}
.style1 {
	font-family: Tahoma;
	font-size: 16pt;
	font-weight: bold;
	color: #333333;
}

.box {
	width: 690px;
	text-align:left;
	margin:40px auto;
	background-image: url(/images/FFFFFFFFFFFFnt.jpg);
 }
 
.content 
{
	width:690px;
	margin 0 auto;
 }

.main {
	width:430px;
	margin-left:200px;
	margin-right:20px;
	padding-top:5px;
	font-size: 1em;
}
.border {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #009999;
	border-right-color: #009999;
	border-bottom-color: #009999;
	border-left-color: #009999;
}

.bullet{
	vertical-align:top; 
	padding-top:5px;
}

