/*attributes for body, all tables, rows, columns*/


body{
	margin: 0px; 
	background-color: #ffffff;
	FONT-FAMILY: Verdana, Arial, 'Times New Roman';
	FONT-SIZE: 11px;
	color: #000000;}

table{
	width: 100%;
	padding: 0px; 
	margin: 0px; 
	border: 0px; 
	border-collapse: collapse; 
	border-spacing: 0px;}

td{
	vertical-align: top; 
	text-align:left; 
	margin: 0px; 
	padding: 0px; 
	border: 0px;
	FONT-FAMILY: Verdana, Arial, 'Times New Roman';
	FONT-SIZE: 11px;
	color: #444444;}

tr{
	margin: 0px; 
	padding: 0px; 
	border: 0px;}
	
	
/*attributes for different text sizes*/
	
	
.small{
	FONT-FAMILY: Verdana, Arial, 'Times New Roman';
	FONT-SIZE: 9px;
	color: #163878;
	font-weight: normal;}
	
.medium{
	FONT-FAMILY: Verdana, Arial, 'Times New Roman';
	FONT-SIZE: 10px;}
	
.large{
	FONT-FAMILY: Verdana, Arial, 'Times New Roman';
	FONT-SIZE: 13px;
	color: #163878;
	font-weight: bold;}
	
.large2{
	FONT-FAMILY: Verdana, Arial, 'Times New Roman';
	FONT-SIZE: 13px;
	font-weight: normal;}
	
.page_section2{
	FONT-FAMILY: Verdana, Arial, 'Times New Roman';
	FONT-SIZE: 1px;
	font-weight: normal;
	width: 100%;
	border-top: 1px #E2E2E2 solid;}
	
.page_section{
	FONT-FAMILY: Verdana, Arial, 'Times New Roman';
	FONT-SIZE: 13px;
	font-weight: normal;
	width: 100%;
        padding: 7px;
	vertical-align: middle;
	background-color: #f4f4f4;}

.quote{
	FONT-FAMILY: Verdana, Arial, 'Times New Roman';
	FONT-SIZE: 8px;
	font-weight: normal;
        color: #6a6a6c;}

/*attributes for forms and tables*/
	
td.footer {
	padding-top: 5px;
	padding-right: 20px;
	text-align: right;
	border-top: 1px #eaeaea solid;}
	
table.screenshots {
	width: 530px;}
	
td.content {
	width: 530px;
	height: 300px;
	padding: 20px; 
	padding-bottom: 30px;
	padding-right: 0px;}
	
td.index_content {
	width: 460px;
	padding: 20px;}
	
td.index_side {
	background-color: #f4f4f4; 
	padding: 4px; 
	padding-right:20px; 
	padding-left:20px;}

td.index_headline {
	background-color: white; 
	padding: 4px; 
	padding-right:20px; 
	padding-left:20px;}
	
	
/*attributes for images*/


.content_image-left {
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
	border : 1px #000000 solid;}
	
.content_image-right {
	margin-left: 15px;
	margin-bottom: 15px;
	float: right;
	border : 1px #000000 solid;}
	
.screenshot {
	margin-right: 25px;
	margin-bottom: 25px;
	float: left;
	border : 1px #000000 solid;}
	
	
/*attributes for links*/

a:link, a:visited {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	/*color: #163878;  SPACEMAN ORIGINAL*/
        color: #015ba7;
	font-style: normal; 
	/*font-weight: bold; SPACEMAN ORIGINAL*/
	text-decoration: none;}
a:hover {
        color: #6ebb1f;
	/*color: #777777; SPACEMAN ORIGINAL*/
	/*font-weight: bold; SPACEMAN ORIGINAL*/
	text-decoration: none;}
	
a.main_menu, a.main_menu:visited {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #444444;
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	width: 115px;
	height: 32px;
    padding-top: 10px;
    float: left;
	border-right: 1px #EBEBEB solid;}
a.main_menu:hover {
	color: #5E97B3; 
	text-decoration: none;
	background-color: #ffffff;}
/* ADDED BY LESLIE 12/14/07 FOR LEFT-HAND COLUMN*/
td.leftcolumn {
	width: 162px; 
	padding-top: 20px; 
	padding-left: 38px;}

/* MODIFIED BY LESLIE 12/14/07 FOR LEFT-HAND COLUMN*/
td.sub_menu {
	/*width: 162px; 
	padding-top: 20px; 
	padding-left: 38px;*/}
	
td.sub_menu a, td.sub_menu a:visited {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #444444;
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	width: 162px;
    padding-top: 4px;
	padding-bottom: 4px;
    float: left;
	border-bottom: 1px #F3F3F3 solid;}
td.sub_menu a:hover {
	color: #6ebb1f; 
	text-decoration: none;
	font-weight: normal; 
	background-color: #ffffff;}
	
a.login_link, a.login_link:visited {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #163878; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: underline;}
a.login_link:hover {
	color: #777777;
	font-style: normal; 
	font-weight: normal; 
	text-decoration: underline;}