/*
// tags styles
*/
body {
	margin-top: 0px;
	background: #D1D1D1 url(../images/bgplus.gif) repeat-x;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 13px;
}

input, select, option, textarea {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 13px;
	border: 1px solid #D1D1D1;
}

h1 {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 20px;
	color: #0033CC;
	margin-bottom: 3px;
	margin-top: 0px;
}
h2 {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	margin-bottom: 3px;
}
h3 {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 12px;
	color: #333333;
	margin-bottom: 3px;
}

a {
	text-decoration: none;
	color: #0066FF;
}
a:hover {
	text-decoration: underline;
}


ul {
	/*list-style: url(../images/icon_smallarrow.gif);*/
	list-style-image: url(../images/icon_smallarrow.gif);
	margin-top: 1px;
}

ul ul {
	list-style-image: none;
	list-style-type: disc;
}

hr {
	color: #CCCCCC;
	height: 1px;
}
hr .light {
	color: #dddddd;
	height: 1px;
}
/*
// custom styles
*/
.MenuItem {
	font-size: 11px;
	font-family: Tahoma;
	font-weight: bold;
	color: #999999;
	cursor: pointer;
	cursor: hand;
}
.Navigation {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 10px;
	color: #CC0000;
}

.NormalText {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 13px;
}

.WhatsNew {
	font-family: Tahoma, Arial;
	font-size: 11px;
}

.ImageCaption
{
	font-size: 11px;
	color: #999999;
}

.HighlightsPurchase
{
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
}
.HighlightsPurchasePersonal
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #009900;
}
.HighlightsPurchaseProfessional
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CC0000;
}
.HighlightsPurchaseBuyNow
{
	color: #CC0000;
}
.HighlightsPurchasePrice
{
	color: #000000;
}


.FooterText {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 10px;
	color: #F0F0F0;
}
.FooterTextBlack {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 10px;
	color: #666666;
}

/* box */
#AboutASBox {
	display: none;
	margin-left: 20px;
	margin-right: 160px;
	padding: 4px;
	bborder: solid #efefef 1px;
}
#AboutASBox a{
	color: #CC0000;
}

#AboutAJAXBox {
	display: none;
	margin-left: 20px;
	margin-right: 160px;
	padding: 4px;
	bborder: solid #efefef 1px;
}
#AboutAJAXBox a{
	color: #CC0000;
}

