
html {
 height:100%
}

input {
padding:4px;
font-size:1.2em;
}
body {
 margin: 0px;
 padding: 0px;
 border:0px;
 font-family: Tahoma, Arial, sans-serif; 
 font-size:1.2em;
 line-height:1.5em;
 color:#303030;
 height:100%
}

h1 {
 font-size:1.4em;
 font-weight:bold;
 color:#446f94;
 font-family: Arial Narrow, Tahoma, Arial, sans-serif; 
}

h2 {
 font-size:1.2em;
}

h3 {
 font-size:1.0em;
}

a:link,
a:visited
{ 
 color:#f05000;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
/* text-decoration:none;*/
}
a:hover{
color:#f05000;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
 text-decoration:underline;
}

#collapse-switch
{ 
 color:#f05000;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
 text-decoration:none;
 cursor: pointer; 
 cursor: hand;
}


/* top right bottom left */
.menu {
	padding: 7px 0px 7px 0px;
	margin:0px 0px 15px 0px;
	text-align:center;
	background:#efefef;
}

.menu li {
	font-weight:bold;
	display: inline;
	list-style-type: none; 
}


.menu li a{
	color:#000000;
	text-decoration:none;
	padding:7px 11px 7px 11px;
}

.menu li a:hover{
	text-decoration:none;
	background:#e0e0e0;
	border-bottom: 3px #c0c0c0 solid;
}


.menu li #current{
	text-decoration:none;
	background:#d5d5d5;
}


.submenu_heading {
	font-weight:bold;
	color:#446f94;
}



.submenu {
	display: inline;

	padding: 1px 0px 1px 0px;
	text-align:center;
	background:#ffffff;
}

.submenu li {
	font-weight:bold;
	display: inline;
	list-style-type: none; 
}


.submenu li a{
	color:#000000;
	text-decoration:none;
	padding:3px 0px 1px 0px;
	margin: 0px 7px 0px 7px;
}

.submenu li a:hover{
	text-decoration:none;
	background:#e0e0e0;
	border-bottom: 3px #c0c0c0 solid;
}


.submenu li #current{
	text-decoration:none;
	background:#ffffff;
	border-bottom: 2px #009132 dotted;
}

.pricing tr{
	background: #fafafa;
	border-bottom: 1px dashed #dddddd;
}
.pricing th{
	background: #f4f4f4;
	border-bottom: 2px solid #d0d0d0;
}