html,
body
{
	margin: 0;
	padding: 0;
	text-align: center;
	font: 400 0.7em "Trebuchet MS" , Verdana, Arial;
	color: #555;
	background-color: #fff !important;
	/* background-image: url(../images/bg/main_BG.png);
	background-repeat: repeat-x;
	background-position: top; */
}

a:link {
	color: #36C;
}

a:visited {
	color: #36C;
}


input {
	border: 1px solid #c8c8c8;
	height: 20px;
}

input.button {
	cursor: pointer;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #515e66;
	border: 1px solid #666666;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
}
.Bold {
	font-weight: bold;
}
.Red {
	color: #CC0000;
}

.Text11 {
	font-size: 11px;
}
.Blue {

	color: #0066CC;
}

.Cerebiz
{
	color:#313380;
	}

a.ButtonLink:link {
	background-color: #75d900;
	color: #FFF;
}

/*************************
List 1 Start
*************************/


ul.one {
	list-style-type: disc;
	list-style-image: url(../images/icons/03.png);
	list-style-position: outside;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

ol.one {
	list-style-type: decimal;
	list-style-position: outside;
}
ol.one ol {
	list-style-type: decimal;
}
ul.one li {
	margin-bottom: 10px;	
	}
ol.one li { }
ol.one ol { font-style: normal; }

/*************************
List 1 End
*************************/

.NewsTitleText
{
	color: #900;
	font-weight:bold;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	}
