td, div, p {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}

p {
  text-align: justify;
}

body {
	background-repeat: no-repeat;
	background-color: #eeeeee;
}

h1 {
	font-size: 11pt;
	margin-bottom: -5px;
	padding-bottom: 0px;
}

h2 {
	font-size: 10pt;
	margin-bottom: -5px;
	padding-bottom: 0px;
}


.colBorder {
	font-size: 8pt;
	overflow: auto;

}


.colRight {
    font-size: 8pt;
}

input, select, textarea {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
    border: 1px solid #333333;
	background-color: #eeeeee;
    font-size: 8pt;	
	margin-top: 0px;
}

input[type="submit"] {
	width: 10px;
}

a:link {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

a:visited {
	font-weight: bold;
	color: #333333;
	text-decoration: none;	
}

#path a:link {
	font-weight: bold;
	color: #dddddd;
	text-decoration: none;
	font-size: 9pt;
}

#path a:visited {
	font-weight: bold;
	color: #dddddd;
	text-decoration: none;
	font-size: 8pt;	
}

.path {
	color: #dddddd;
}

select {
  visibility: visible;
}

#colBorder p {
	font-size: 8pt;	  
}


#colRight input { width: 83px;}
