/* Author: Darrell Mockus */
/* Date: 4/2013 */
/* Copyright 2013 */
font-family: Verdana, Arial, Helvetica, sans-serif 

/* Page Properties */

.title { 
	color: eeeeee;
	font-weight: bolder; 
	font-size: 24pt; 
	font-family:   Verdana, Arial, Helvetica, Times; 
	font-variant: small-caps;
	}
.maintitle { 
	color: #eeeeee; 
	font-size: 48pt;  
	font-family:  Verdana, Arial, Helvetica, Times;
	}
.subtitle { 
	color: eeeeee;
	font-weight: lighter; 
	font-size: 24pt; 
	font-family:   Verdana, Arial, Helvetica, Times; 
	font-variant: small-caps;
	}
.link { 
	color: #0000FF; 
	font-size: 9pt; 
	font-family:  Verdana, Arial, Helvetica, Times; 
	vertical-align: middle; 
	}
.footer { 
	color: cccccc; 
	font-size: 8pt; 
	line-height: 9pt; 
	font-family:  Verdana, Arial, Helvetica, Times;
	}
a { 
	color: inherit;
	text-decoration: inherit 
	}
a:visited {
   /* visited link styles here */
    color: inherit;
	text-decoration: inherit; 
}
a:hover {
   /* hover link styles here */
   color:dddddd;
   text-decoration: inherit;
}
a:active {
   /* active link styles here */
   color: inherit;
   text-decoration: inherit; 
}	
	


/* Table styles */


table.main {
	border-width: 0px 0px 0px 00px;
	border-spacing: 0px 0px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	border-collapse: collapse;
	background-color: #111111;
	vertical-align: top;
	width: 770px;
	align: center;
}
table.footer {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px 0px;
	border-style: solid none none none;
	border-color: transparent transparent transparent transparent;
	border-collapse: collapse;
	background-color: 111111;
	align: center;
	width: 770px;
}
