body {
	padding: 0;
	background-image: url(  '../images/bg-sky.jpg' );
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 11px;
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 25px;
	background-repeat: repeat-x;
	background-color: #F5F5F5;
}
.image {
	margin-bottom: 5px;
	margin-right: 5px;
}

.spacer {
	border-bottom: 1px dotted #999;
	margin-bottom: 15px;
	margin-top: 15px;
}

#wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 768px;
	background-color: #fff;
}

html > #wrapper {
	width: 768px;
}

#smallwrapper {
	margin: 25px auto;
	padding: 0px;
	width: 550px;
}

html > #smallwrapper {
	width: 550px;
}

/*---  CALENDAR ---*/
#cal {
	height: 200px;
	background: #EDEEE8 no-repeat;
	border-bottom: 1px dotted #999;
	margin-bottom: 15px;
	background-repeat: no-repeat;
}

#minicaltable {
	margin-left: 9px;
	margin-top: 10px;
}

/*---  SEARCH ---*/
#search {
	background-repeat: no-repeat;
	border-bottom: 1px dotted #999;
	margin-bottom: 15px;
	letter-spacing: 2px;
}

/*---  ARCHIVE ---*/
#archive {
	background-repeat: no-repeat;
	border-bottom: 1px dotted #999;
	margin-bottom: 15px;
	padding: 0;
}

/*---  MAILINGLIST ---*/
#mailinglist {
	background-repeat: no-repeat;
	border-bottom: 1px dotted #999;
	margin-bottom: 15px;
	padding: 0;
}

/*---  XML ---*/
#xml {
	border-bottom: 1px dotted #999;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

/*---  STATS ---*/
#stats {
	background-repeat: no-repeat;
	margin-bottom: 15px;
	padding: 0;
}

/*---  FIREFOX ---*/

#firefox {
	background-repeat: no-repeat;
	height: 120px;
	margin-bottom: 15px;
	margin-top: 15px;
	padding-left: 10px;
	padding-top: 15px;
	border-top: 1px dotted #999;
	padding-right: 0;
	padding-bottom: 0;
}

/*---  FOOTER ---*/
#footer {
	border-left: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-top: 1px solid #FFF;
	font-family: "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #526B6B;
	background: #D7DEDE;
	padding: 5px;
	margin: 0px;
	text-align: center;
	clear: both;
}

.footer {
	font-family: "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
}

.footer a:link {
	color: #485F5F;
	text-decoration: none;
	font-family: "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.footer a:visited {
	color: #687575;
	text-decoration: none;
	font-family: "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.footer a:hover {
	color: #485F5F;
	font-family: "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #EDEEE8;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #485F5F;
}

.footer a:active {
	color: #DEE0D5;
	text-decoration: none;
	font-family: "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

/*---  LEFT SIDE BAR ---*/
#menu {
	padding-right: 0px;
	background: white;
	padding-left: 0px;
	font-size: 12px;
	font-weight:normal;
	float: left;
	width: 768px;
	color: #fff;
	/*font-family: "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;*/
	font-family:"Arial";
	height:30px;
	margin-bottom:25px;
}

/*---  CATEGORIES ---*/
#cat {
	margin: 0;
	padding: 0;
	height:30px;
}

#cat ul {
	/*border: 0px none;*/
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	clear: left;
}

#cat ul li {
	/*display: block;*/
	border: 1px solid #F4F4F4;
	text-align: center;
	padding: 0;
	float: left;
	width: 90px;
}

#cat ul li a {
	width: 90px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #6f8282;
	line-height: 2em;
	padding-top: 0px;
	letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
}

#cat ul li a:hover {
	border-bottom: 3px;
	border-bottom-color: #33CCFF;
	border-bottom-style: solid;
	border-bottom-width: 4px;
}
#cat a.selected {
	background: #33ccff;
	color: #fff;
}
/*--- links in the left navbar: login, register, calendar, etc. ---*/

.right-sidebar {
	padding-left: 20px;
	padding-top:50px;
	font-weight: bold;
	font-size: 11px;
	color: #727664;
	background-repeat: no-repeat;
	font-family: "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
}

.right-sidebar a:link {
	color: #0083C1;
	text-decoration: none;
	font-family: "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.right-sidebar a:visited {
	color:#006291;
	text-decoration: none;
	font-family: "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.right-sidebar a:hover, .right-sidebar a:active {
	font-family: "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #FFF;
	color: #00ccff; /*	color: #c30; 	border-bottom-width: 1px; 	border-bottom-style: dotted; 	border-bottom-color: #c30;*/
}

/*--- Dotted line between menu items in sidebar ---*/

.menuSpacer {
	border-bottom: 1px dotted #999;
	margin-bottom: 15px;
}

/* --- comment --- */

#commentform {
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #859797;
	margin: 25px;
}

.commententry {
	padding: 0 25px 0px 25px;
	color: #515542;
}

.commententry a:link {
	color: #485F5F;
	text-decoration: none;
	font: 11px/16px "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #485F5F;
}

.commententry a:visited {
	color:#006291;
	text-decoration: none;
	font: 11px/16px "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
}

.commententry a:hover, .commententry a:active {
	font: 11px/16px "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
	color: #c30;
	border-bottom: #c30 1px solid;
	background-color: #ffffff;
}

/*---  MAIN PAGE CONTENT ---*/

#content {
	/*float: left;*/
	background: url(../images/bg_content.gif) #ffffff repeat-y;
	margin: 0px;
	width: 768px;
	text-align: left;
	border: 0px;
}

#contentsearch {
	position: absolute;
	background-color: #F7F7F6;
	border: 1px solid #FFFFFF;
	margin: 0;
	width: 768px;
	text-align: left;
}

#contentmembers {
	border-right: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
	margin: 0px;
	font: 11px "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
	border-left: #ffffff 1px solid;
	width: 768px;
	color: #485f5f;
	border-bottom: #ffffff 1px solid;
	position: absolute;
	background-color: #ffffff;
}

#contentmailing {
	position: absolute;
	background-color: #F7F7F6;
	border: 1px solid #FFFFFF;
	margin: 0;
	width: 768px;
	color: #485F5F;
	font: 11px "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
}

.mailing {
	background-color: #F7F7F6;
	padding: 15px;
	color: #485F5F;
	font: 11px "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
}

#trackback {
	background-color: #F7F7F6;
	border: 1px solid #FFFFFF;
	margin: 0;
	width: 550px;
	margin-top: 25px;
}

#contenttrackback {
	background-color: #F7F7F6;
	color: #727664;
	font: 11px "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 10px 15px 25px;
}

#contenttrackback a:link {
	color: #485F5F;
	text-decoration: none;
	font: 11px/16px "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #485F5F;
}

#contenttrackback a:visited {
	color: #687575;
	text-decoration: none;
	font: 11px/16px "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
}


#contenttrackback a:hover, #contenttrackback a:active {
	color: #485F5F;
	text-decoration: none;
	background-color: #EDEEE8;
	font: 11px/16px "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #485F5F;
}


.trackbackentry {
	font: 11px "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
	color: #727664;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-bottom: 10px;
	text-align: left;
	border-bottom: 1px dotted #CDCDCD;
}

#contenttrackback b {
	background-color: #F7F7F6;
	color: #485F5F;
	font: bold 11px "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
}

.navtitles {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 11px;
	padding-bottom: 10px;
	color: #727664;
	padding-top: 10px;
	font-family: "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	font-variant: small-caps;
}
.navtitles a:link {
	color: #485F5F;
	text-decoration: none;
	font: bold 11px/16px "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #485F5F;
	font-variant: small-caps;
}

.navtitles a:visited {
	color: #687575;
	text-decoration: none;
	font: bold 11px/16px "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
}

.navtitles a:hover, .navtitles a:active {
	color: #c30;
	font: bold 11px/16px "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
	background-color: #FDF2E7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c30;
	font-variant: small-caps;
}


.title {
	color: #c30;
	letter-spacing: 2px;
	font: bold 11px "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
	margin-left: 25px;
}

.date {
	font-size: 10px;
	margin: 2px 0px;
	color: #c30;
	font-family: "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-family: "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #999999;
	margin-top: 0px;
}
h2 {
	font-weight: bold;
	font-size: 17px;
	color:#0083C1;
	font-family: "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
}

h3 {
	font-family: "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#0083C1;
	font-weight: bold;
}

h4 {
	margin-top: 2px;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px;
	color:#0083C1;
	font-family: "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
}

h5 {
	font-weight: bold;
	font-size: 12px;
	margin: 2px 0px;
	color: #c30;
	font-family: "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
}

/*---  Weblog entry formatting.  ---*/

#weblog {
	width: 600px;
	float: left;
	text-align: left;
	position:relative;
}

p, td {
	color: #515542;
	margin-top: 3px;
	margin-bottom: 5px;
	text-align: left;
	font: normal 11px/16px "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
}

td span
{
	color:#515542;
}

.quote {
	color: #8F9381;
	font-family: "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 10px 25px 10px 25px;
	border-bottom: 1px solid #DEE0D1;
	border-top: 1px solid #DEE0D1;
	letter-spacing: 1px;
	word-spacing: 1px;
}

pre {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin: 0px;
	font: 9px/12px "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
	width: 540px;
	color: #5a5d51;
	padding-top: 10px;
	background-color: #ffffff;
}

.quoteblock {
	color: #5A5D51;
	font: normal 10px/16px "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 25px 10px 25px;
	letter-spacing: 1px;
	word-spacing: 1px;
	background-color: #E8EBDF;
	padding: 10px 20px 10px 25px;
}

.smalltext {
	color: #6F8282;
	font: 10px/16px "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
}

.weblogentry {
	padding: 0 0 10px 0;
	margin-top: 0px;
	margin-right: 25px;
	margin-left: 25px;
	background-color: #ffffff;
}

.weblogentry b {
	font: bold 11px/16px "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
	color: #515542;
	text-decoration: none;
}

.weblogentry ul li {
	color: #515542;
	background: url( 'http://www.intravnews.com/images/arrow4.gif' ) no-repeat;
	padding-left: 30px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 16px;
	font-size: 11px;
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
}
.weblogentry ol li {
	color: #515542;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 16px;
	font-size: 11px;
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
}

.right-sidebar
{
	width:168px;
	float:right;
}

#foo {
	font-size: 18px;
	font-weight: bolder;
}
#bar {
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	color: Gray;
}

ul {
	padding: 0;
	list-style-type: none;
	margin: 0px;
}

ul li {
	margin: 0;
	padding: 0px;
}

ul ul {
	margin: 0px;
	padding: 0px;
}

.weblogentry.btn, .weblogentry.btn a:hover, .weblogentry.btn a:visited, .weblogentry.btn a:active {
	background-color: transparent;
	color: #fff;
	border: 0px;
	margin: 0px;
	padding: 20px;
}

.weblogentry a:link {
	color: #0083C1;
	text-decoration: none;
	font: bold 11px/16px "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif; /*	border-bottom-width: 1px; 	border-bottom-style: dotted; 	border-bottom-color: #485F5F;*/
}

.weblogentry a:visited {
	/*color: #687575; */
	color:#006291;
	text-decoration: none;
	font: bold 11px/16px "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
}

.weblogentry a:hover, .weblogentry a:active {
	font: bold 11px/16px "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif; 
	color: #00ccff;
	/*color: #c30; 	background-color: #FDF2E7; 	border-bottom-width: 1px; 	border-bottom-style: solid; 	border-bottom-color: #c30;*/
}

.weblogentry .column-wrap
{
	float:left;
	width:500px;
	position:relative;
	margin-bottom:20px;
}
.product-bg {
	background-image: url( '../images/products-bg2.png' );
	height: 170px;
	width: 500px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}
.product-description
{
	height:170px;
	width:400px;
	left:30px;
	overflow:visible;
	position:absolute;
	top:0;
}
.product-description h1
{
	color: #0083C1;
	font-size:1.5em;
}
.subheadline
{
	color: #0083C1;
	display:block;
	font-size:1.2em;
	font-weight:bold;
	margin:15px 0 0;
	padding-bottom:5px;
}
.buttonbox
{
	position:absolute;
	right:18px;
	text-align:right;
	width:311px;
	z-index:41;
	bottom:20px;
}
.weblogentry a.noborder {
	border-bottom: 0px;
	background-color:Transparent;
}



/*---  Weblog entry footer formatting.  ---*/

.entryfooter {
	color: #515542;
	font-family: "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #859797;
}

.entryfooter a:link {
	color: #485F5F;
	text-decoration: none;
	font-family: "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #485F5F;
}
.entryfooter a:visited {
	color: #687575;
	text-decoration: none;
	font-family: "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.entryfooter a:hover, .entryfooter a:active {
	color: #c30;
	font-family: "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FDF2E7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c30;
}

.toparrow {
	float: right;
	margin-left: 15px;
}

.author {
	color: #919581;
	text-decoration: none;
	font: 10px/14px "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
}

.author a:link {
	color: #485F5F;
	text-decoration: none;
	font: 10px/14px "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #485F5F;
}

.author a:visited {
	color: #687575;
	text-decoration: none;
	font: 10px/14px "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
}

.author a:hover, .author a:active {
	color: #c30;
	font: 10px/14px "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
	background-color: #FDF2E7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c30;
}

/*---  weblog link ---*/

.webloglink {
	font-size: 10px;
	margin: 25px;
	color: #434734;
	font-family: "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
}

.webloglink a:link {
	color: #485F5F;
	text-decoration: none;
	font-family: "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 2px;
}

.webloglink a:visited {
	color: #687575;
	text-decoration: none;
	font-family: "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 2px;
}

.webloglink a:hover {
	color: #485F5F;
	font-family: "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #EDEEE8;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #485F5F;
	letter-spacing: 2px;
}

.webloglink a:active {
	color: #DEE0D5;
	text-decoration: none;
	font-family: "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 2px;
}


/*---  forms ---*/

form {
	margin-top: 0px;
	font-family: "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
	color: black;
}

.input {
	background-color: #fff;
	font-family: "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #485F5F;
	margin: 5px 5px 5px 0px;
	padding: 2px;
	border: 1px solid #999999;
}

.right-sidebar.input {
	width: 115px;
}


.textarea {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	background-color: #fff;
	font-family: "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 3px;
	margin-bottom: 3px;
	color: #485F5F;
}

.button {
	background-color: #EDEEE8;
	font-family: "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	color: #485F5F;
	border: 1px solid #999999;
	margin: 5px 5px 5px 0px;
	padding: 2px 7px;
}

.pulldown {
	background-color: #fff;
	font-family: "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	color: #485F5F;
}
.prop {
	height: 350px;
	float: right;
	width: 1px;
}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

.purchaseForm input, textarea, select {
	font-size: 12px;
	font-family: 'Lucida Console' , 'Courier New' , Verdana;
	background-color: #ffff99;
	margin-top: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.purchaseForm td {
	margin-top: 10px;
	font-size: 11px;
	padding-bottom: 1px;
	padding-top: 1px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
	background-color: #F5F5F5;
}
.purchaseForm th {
	color: #666666;
	font-size: x-small;
	border-bottom: 1px solid #999999;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px;
	letter-spacing: .3em;
}
.feeTable td {
	margin-top: 0px;
	font-size: 11px;
	padding-bottom: 1px;
	padding-top: 1px;
	font-family: "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
	background-color: #F5F5F5;
}
.feeTable th {
	color: #666666;
	font-size: x-small;
	border-bottom: 1px solid #999999;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px;
	letter-spacing: .3em;
}
.purchaseFieldOmitted {
	margin-top: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 2px;
	color: red;
	padding-top: 2px;
	font-family: "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
	background-color: #F5F5F5;
}
.screenshot td {
	border-right: medium none;
	border-top: medium none;
	margin-top: 5px;
	font-size: 11px;
	padding-bottom: 2px;
	border-left: medium none;
	padding-top: 2px;
	border-bottom: medium none;
	font-family: "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
	background-color: #F5F5F5;
}
.screenshot td a {
	border-right: medium none;
	border-top: medium none;
	margin-top: 5px;
	font-size: 11px;
	padding-bottom: 2px;
	border-left: medium none;
	padding-top: 2px;
	border-bottom: medium none;
	font-family: "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
	background-color: #F5F5F5;
}
.screenshot td a:hover {
	border-right: medium none;
	border-top: medium none;
	margin-top: 5px;
	font-size: 11px;
	padding-bottom: 2px;
	border-left: medium none;
	padding-top: 2px;
	border-bottom: medium none;
	font-family: "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
	background-color: #F5F5F5;
}
.screenshot td a:visited {
	border-right: medium none;
	border-top: medium none;
	margin-top: 5px;
	font-size: 11px;
	padding-bottom: 2px;
	border-left: medium none;
	padding-top: 2px;
	border-bottom: medium none;
	font-family: "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
	background-color: #F5F5F5;
}
.screenshot td a:link {
	border-right: medium none;
	border-top: medium none;
	margin-top: 5px;
	font-size: 11px;
	padding-bottom: 2px;
	border-left: medium none;
	padding-top: 2px;
	border-bottom: medium none;
	font-family: "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
	background-color: #F5F5F5;
}
.simpleList {
	list-style-type: none;
	text-align: left;
	padding: 0 0 10px 0;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 25px;
	background-color: #ffffff;
}
.simpleList li {
	color: #515542;
	padding-left: 30px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 16px;
	font-size: 11px;
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
}
.simpleList ul {
	padding-bottom: 5px;
}

.box {
	border: thin solid #CCCCCC;
	font-size: 14px;
	color: #0083C1;
	background-color: #E5E5E5;
	padding: 20px;
	padding-top: 0px;
	margin-top: 30px;
}
.box p {
	color: #333333;
}
.box a:visited{
	color:#006291;
}
.bluetext {
	color: #0083C1;
	font-family: 'Trebuchet MS' , Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.bluesmalltext {
	color: #0083C1;
	font-family: 'Trebuchet MS' , Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.survey input, textarea, select {
	background-color: #FFFF99;
	font-family: 'Trebuchet MS' , Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
}
.survey ul {
	padding-left: 5px;
	padding-top: 10px;
}
.survey ul li {
	padding-left: 25px;
	margin-left: 10px;
}
#txtLicenseKey {
	background-color: #FFFF99;
	font-family: 'Courier New' , Courier, monospace;
	font-size: 14px;
	margin-right: 10px;
}
#licenseInfo p, span
{
	font-family: "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
}
#upgrade_now_link
{
}
#benefits
{
}
#benefits strong
{
	font-size:16px;
	color:#0083C1;
}
#benefits p
{
	margin:0px;
}
#benefits li
{
	padding-bottom:8px;
}
.copyright { 
	background-color: #F5F5F5;
	color:#666666;
	margin:0 auto;
	padding-bottom:20px;
	text-align:center;
 }

.copyright a
{
	color:#006291;
	font-family:"Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
}