/* Copyright 2010 AffordableWebSitePublishing.com LLC */

body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#7374B5;
	color:#1e1e76;
}

body a:link {color:#1e1e76; text-decoration:none;}      /* unvisited link */
body a:visited {color:#1e1e76; text-decoration:none;}  /* visited link */
body a:hover {color:#FF0000; text-decoration:underline;}  /* mouse over link */
body a:active {color:#1e1e76; text-decoration:none;}  /* selected link */

.ui-tabs .ui-tabs-hide {
     display: none;
}

#titleHolder {
	background-color:#ffffff;
	text-align:left;
}

#tabs li{
	font-size:small;
}

.pageDesc {
	font-size:medium;
}

li.list1 {
	font-size:medium;
}

.specialHeader {
	border-width:2px;
	border-style:solid;
	padding:10px;
	border-color:#FF0000;
	background-color:#FFFF00;
	text-align:center;
	color:#990000;
}

.softwareHeader{ 
	font-size:large;
	font-weight:bold;
}

.softwareNotes{ 
	font-size:small;
}

#footer {
	font-size:small;
	text-align:center
}
