/*Styles for suborbital project */


/*defaults*/	
	
TD {
	font-family: georgia;
	font-size: 13px;
	color: #000000;
}	

.subskrift {
	font-family: georgia;
	font-size: 11px;
	color: #000000;
}	

.headline {
	font-family: georgia;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}	

.headlinebar {
	font-family: georgia;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}	

.baggrund{
  background-image: url("gfx/bg01.gif");
  background-attachment: fixed;
  background-position: top;
  background-repeat: repeat;
  background-color: #747474; 
}

.roundedtable {
background-color: #ffffff;
border-style: solid;
border-width: 1px;
border-color: 888888;
}  

.bordertop {
background-color: #ffffff;
border-style: solid;
border-top: 1px;
border-color: 888888;
}  


.formbox {
	font-family: georgia;
	font-size: 13px;
	color: #000000;
	width: 100px;
	height: 16;
	
}	

.formboxlong {
	font-family: georgia;
	font-size: 13px;
	color: #000000;
	width: 400px;
	height: 16;
	
}	

.formbutton {
	font-family: georgia;
	font-size: 13px;
	color: #ffffff;
	width: 60px;
	height: 17;
	background-color: #000000;
	border: 0px;
}	

BODY { 
  background-color: #FFFFFF;
  margin-left: 0px; 
  margin-right: 0px; 
  margin-top: 0px;
   margin-bottom: 0px;
}	
		

A:link  {
	text-decoration : none;
	font-weight: normal;
	color 	: #000000;
	font-family: georgia;
	font-size: 13px;
}

A:hover  {
	text-decoration : none;
	font-weight: normal;
	color 	: #666666;
	font-family: georgia;
	font-size: 13px;

}

A:visited  {
	text-decoration : none;
	font-weight: normal;
	color 	: #000000;
	font-family: georgia;
	font-size: 13px;
}

A:active  {
	text-decoration : none;
	font-weight: normal;
	color 	: #000000;
	font-family: georgia;
	font-size: 13px;
}

A.menu:link  {
	text-decoration : none;
	font-weight: normal;
	color 	: #000000;
	font-family: georgia;
	font-size: 14px;
}

A.menu:hover  {
	text-decoration : none;
	font-weight: normal;
	color 	: #FF0000;
	font-family: georgia;
	font-size: 14px;


}

A.menu:visited  {
	text-decoration : none;
	font-weight: normal;
	color 	: #000000;
	font-family: georgia;
	font-size: 14px;
}

A.menu:active  {
	text-decoration : none;
	font-weight: normal;
	color 	: #000000;
	font-family: georgia;
	font-size: 14px;
}