body { margin:0px; padding:0px; 
	font-family: Arial;
	font-size: 11px;
}

A {
	COLOR: #0000FF; TEXT-DECORATION: none
}


.mainmenu a{
	text-decoration: none;
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
}
.Link2 a{
	text-decoration: none;
    color: #d9ecf5;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
}

a:hover { text-decoration: underline; }

.body-txt{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	padding: 0px;
}

.txt-highlight {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}
.body-heading {	color: #652d90;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}
.txt-highlight2 {
    color: #3366BA;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
.tagline { 
	font-family: Arial;
	font-size: 20px;
	font-weight: normal;
	color: #efefef;
	padding: 0px;
	padding-left:50px;
	vertical-align:middle;
	letter-spacing:1px;
}


/* For Editor Content */
.Bold
{
	font-weight: bold;
}
.Title
{
	font-weight: bold;
	font-size: 18px;
	color: #cc3300;
}
.Code
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
}
