html, body { 
height: 100%; 
width: 100%; 
margin: 0; 
}

body
{
background-color:#ededed;
font-family:Verdana,sans-serif;
}

p {
    font-size: 0.875em;
}

table
{
}

table.main {
	width:1000px;
	background-color:#FFFFFF;
	padding:5px;
    margin-left:auto; 
    margin-right:auto; 
}

table.type {
	width:100%;
	padding:5px;
}

table.projects {
	width:100%;
	border-spacing:10px;
	border-width:0px;
	
}

table.form {
	width:100%;
	background-color:#FFFFFF;
	padding:5px;
}
table.form th, table.form td {
  font-size : 50%;
  background : #efe none; }

.footer{
   font-size : 50%;
   color:#ccc;
}

div.frame{
   width:98%;
   margin:1%;
}

.pagetitle{
	font-size : 200%;
	font-weight : bold;
}

.subtitle{
	font-size : 125%;
	font-weight : bold;
}

.subsubtitle{
	font-size : 125%;
	font-weight : bold;
}
