@charset "utf-8";
/* CSS Document */

body {
	background-color: white;
	font-family: Arial;
	font-size: 10pt;
}

h1,h2,h3,h4,h5,h6 {
	color: #777777;
	margin-top: 0px;
	margin-bottom: 0px;
}

h3 {
	color: #0043B9;
}

table#main {
	border-width: 0px;
	border-color: #EEEEEE;
}

tr#header {
}

td#menu {
	padding-left: 20px;
	line-height: 50px;
}

tr#submenu {
	text-align: center;
}

tr#body, tr#footer {
}

td#footer {
	padding-right: 40px;
	color: #AAAAAA;
	font-size: 8pt;
	text-align: right;
}

a {
	color: gray;
	text-decoration: none;
	border: none;
}

a:hover {
	text-decoration: underline;
}

a#yourip {
	font-weight: bold;
	color: #3366FF;
}

a.submenu {
	color: #0043B9;
}

a.softwareList {
	color: black;
	margin-right: 5px;
}

a.tinyButton {
	margin-left: 0px;
}

a.softwareList:hover {
	text-decoration: none;
}

a.li {
	text-decoration: underline;
}



div.menuButton {
	width: auto;
	height: 50px;
	float: left;
	text-align: center;
	background-color: white;
	color: #0043B9;
	font-size: 12pt;
	font-weight: bold;
	padding-left: 10px;
	margin-top: 50px;
	margin-left: 5px;
	margin-right: 5px;
	padding-right: 10px;
}

div.menuButton:hover {
	background-color: #F3F3F3;
}

div#selectedButton {
	color: #777788;
}

div#body {
	text-align: left;
	font-size: 10pt;
}

div.border-box {width: 850px;}
div.border-box .top-left, div.border-box .top-right, div.border-box .bottom-left, div.border-box .bottom-right  {
	background-image: url(body.png);
	background-repeat: no-repeat;
}
div.border-box .top-left {
	background-position: left top;
}
div.border-box .top-right {
	background-position: right top;
	margin-left: 10px;
	padding: 10px 10px 10px 5px;
}
div.border-box .bottom-left {
	background-position: left bottom;
}
div.border-box .bottom-right {
	background-position: right bottom;
	height: 10px;
	margin-left: 10px;
}

div.textbox {
	width: 275px;
	float: left;
}

div.imgbox {
}

div.subMenuBox {
	width: 785px;
	background-color: #EEEEEE;
	text-align: left;
	color: #444444;
	border-color: #555555;
	border-width: 1px;
	border-style: solid;
	padding-top: 2px;
	padding-left: 30px;
	padding-bottom: 2px;
	margin-bottom: 5px;
}

div#softwareSubMenu {
	width: 815px;
	text-align: center;
	
	padding-left: 0px;
}

img#logo {
	margin-right: 20px;
}

img.a {
	border-style: none;
}

li {
	margin-left: 20px;
	color: black;
}

li.recommendedSoftware {
	font-weight: bold;
}

ul {
	text-indent: 0px;
	list-style-image: url(li.png);
	list-style-position: center;
}

span.li {
	font-weight: normal;
	margin-left: 10px;
	color: #777777;
}

