html, body {
	margin:0px;
	background-image: url(images/LomaBG.jpg);
	background-repeat: no-repeat;
	background-color: #15334D;
}
.indexleftback {
	background-color: #FFF3FD;
	background-image: url(images/leftback.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.indexrightback {

	background-color: #FFF3FD;
	background-image: url(images/rightback.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.centerback {
	background-image: url(images/centerback.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFF3FD;
}
.textPink10 {	
	font:bold 11px Tahoma;
	color: #FF3399;
	text-decoration: none;
}
.textPink10r {	
	font:normal 11px Tahoma;
	color: #FF3399;
	text-decoration: none;
}
.textPink12 {
	font:bold 12px Tahoma;
	color: #FF3399;
	text-decoration: none;
}
.textPink10:hover {
	font:bold 11px Tahoma;
	color: #BB005E;
	text-decoration: none;
}
.textDarkPink10 {
	font:bold 11px Tahoma;
	color: #BB005E;
	text-decoration: none;
}

A.textDarkPink10 {
	font:bold 12px Tahoma;
	color: #BB005E;
	text-decoration:none;
}
A.textDarkPink10:hover {
	text-decoration:underline;
}

.textBlack10 {
	font:normal 11px Tahoma;	
	color: #000000;
}
.textBlack12 {
	font:normal 12px Tahoma;	
	color: #000000;
}
.textGrey10r {
	font:normal 11px Tahoma;
	text-decoration: none;
	color: #999999;
}
.textGrey10 {
	font:bold 11px Tahoma;
	text-decoration: none;
	color: #999999;
}
A.textGrey10:hover {
	text-decoration: none;
	color: #FF3399;
}
.textGrey11 {
	font:normal 11px Tahoma;
	text-decoration:underline;
	color: #999999;
}
A.textGrey11:hover {
	color: #333333;
}
.textBlue10 {
	font:bold 11px Tahoma;
	color: #3399FF;
	text-decoration: none;
}
.textBlue12 {
	font:bold 12px Tahoma;
	color: #3399FF;
	text-decoration: none;
}
.textWhite11 {
	font:bold 11px Tahoma;
	color: #FFFFFF;
	text-decoration: none;
}

.textYellow11 {
	font:bold 11px Tahoma;
	color:#FFFF99;
	text-decoration: none;
}
.boderpinkline {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF3399;
}
.bodergreyline {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
#bodergreyline2 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.inputbox1 {
	font:normal 11px Tahoma;
	color: #FF6699;
	text-decoration: none;
	background-color: #ffffff;

	border-top:1px solid #888888;
	border-right:1px solid #FFF9FE;
	border-bottom:1px solid #FFF9FE;
	border-left:1px solid #888888;
}
.buttonDarkPink {
	font:normal 11px Tahoma;
	color: #FFFFFF;
	background-color: #BB005E;

	border-top:1px solid #FF99CC;
	border-right:1px solid #710024;
	border-bottom:1px solid #710024;
	border-left:1px solid #FF99CC;
}
.centerback2 {
	background-image: url(images/centerback2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFF3FD;
}
.leftback {
	background-color: #FFF3FD;
	background-image: url(images/leftback2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.topblockcourse {
	background-color: #FFFFFF;
	background-image:url(images/topblockback.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.textDarkPink12 {

	font-family: Verdana;
	font-size: 12px;
	color: #BB005E;
	text-decoration: none;
	font-weight: bold;
}
.rightdashbar {
	border-right:1px dotted #cccccc;
	background-image: url(images/centerleft.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFF3FD;
}

.contactborder {
	border: 1px dotted #CCCCCC;
}
.inputbox {
	font-family:Tahoma;
	font-size: 10px;
	color: #FF6699;
	background-color: #E6F9FF;
	border-top:1px solid #0099CC;
	border-right:1px solid #F0FCFF;
	border-bottom:1px solid #F0FCFF;
	border-left:1px solid #0099CC;
}
.contactleftback {
	background-color: #FFF3FD;
	background-image: url(images/contactback.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

/*For page button (class)*/
.btnPage {
	border:1px solid #333333;
	background-color:#FFFFFF;
	font:normal 11px Tahoma;
	padding:0px 2px 0px 2px;
	cursor:hand;
	cursor:pointer;
	
}

.btnPageTrue {
	border:1px solid #333333;
	background-color:#0457A7;
	padding:0px 2px 0px 2px;
	font:bold 11px Tahoma;
	color:#ffffff;	
}


.btnPageNoPadding {
	border:1px solid #333333;
	background-color:#FFFFFF;
	font:normal 11px Tahoma;
	cursor:hand;
	cursor:pointer; 
}
/*^ end For page button (class)*/
