/*
>========================================================================================================<
>--------------------------------------------------------------------------------------------------------<

		The coding and development of this document was developed by ComnetSolutions Pte Ltd.
		The intellectual property of these material in question, are under the protection of the
		copyright infringement laws.
		
		For more information on ComnetSolutions, your preferred Singapore Web Design Company, 
		please visit: http://www.comnet.com.sg.
		
>--------------------------------------------------------------------------------------------------------<
>========================================================================================================<
 */
 
 /* Body Styles*/
 /*=====================================================================================================*/
 
 body {  
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg_main.gif);
	background-color: #FFFFFF;
	
	/* Scroll bar */
	SCROLLBAR-FACE-COLOR: 			#0b0401; 
	SCROLLBAR-HIGHLIGHT-COLOR: 		#120702; 
	SCROLLBAR-SHADOW-COLOR: 		#0b0401; 
	SCROLLBAR-3DLIGHT-COLOR: 		#120702; 
	SCROLLBAR-ARROW-COLOR: 			#c873a3; 
	SCROLLBAR-TRACK-COLOR: 			#190902;
	SCROLLBAR-DARKSHADOW-COLOR: 	#0b0401; 
	SCROLLBAR-BASE-COLOR: 			#0b0401;					
}

.bodyMain{
	border: 1px solid #FFA619;
	background: #FFFFFF; 
}

/* Form Styles*/
/*=====================================================================================================*/

.formButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	background-color:#ff7ac5;
	border: thin solid #ff7ac5;
	color: #1a0a02;
}

.formField {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color: #9a918d;
	background-color:#000000 ;
	border: 1px solid #9a918d;
}

.formDropdown
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color: #9a918d;
	background-color:#000000 ;
	border: 1px solid #9a918d;
}
.pinkie
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color: #FFFFFF;
	background-color:#ff7ac5 ;
}
.dirtypinkie
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	background-color:#5d0641 ;
}

/* Font Styles*/
/*=====================================================================================================*/

.textBig
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666666;
	font-weight: bold;
}
.textTitle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #8e624f;
	font-weight: bold;
}
.textMain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #9a918d;
}
.textMainWhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9a918d;
}
.textSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
.textSmallGrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}
.textSmallWhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
.textFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #8f8581;
}
.textBreadCrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight:normal;
	color: #653c2b;
}
/* Link Styles*/
/*=====================================================================================================*/

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ff7ac5;
	font-size: 9px;
	font-weight:bold;
	text-decoration: none;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ff7ac5;
	font-size: 9px;
	font-weight:bold;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ff7ac5;
	font-size: 9px;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ff7ac5;
	font-size: 9px;
	font-weight:bold;
	text-decoration: underline;
}

/* Next Link Style  ====================================*/

a.breadcrumb:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #a24e70;
	font-decoration: none;
	font-weight:normal;
	font-size: 9px;
}
a.breadcrumb:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #a24e70;
	font-decoration: none;
	font-weight:normal;
	font-size: 9px;
}
a.breadcrumb:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #a24e70;
	font-decoration: none;
	font-weight:normal;
	font-size: 9px;
}
a.breadcrumb:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #a24e70;
	font-decoration: none;
	font-weight:normal;
	font-size: 9px;
	text-decoration: underline;
}

/* Next Link Style  ====================================*/

a.white:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #9a918d;
	text-decoration: none;
	font-weight: normal;
	font-size: 9px;
}
a.white:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #9a918d;
	text-decoration: none;
	font-weight: normal;
	font-size: 9px;
}
a.white:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #9a918d;
	text-decoration: none;
	font-weight: normal;
	font-size: 9px;
}
a.white:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #9a918d;
	text-decoration: underline;
	font-weight: normal;
	font-size: 9px;
}

/* Next Link Style  ====================================*/

a.mudgreen:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #B0D346;
	font-size: 9px;
	text-decoration: none;
	}
a.mudgreen:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #B0D346;
	font-size: 9px;
	text-decoration: none;
}
a.mudgreen:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #B0D346;
	font-size: 9px;
	text-decoration: none;
}
a.mudgreen:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #B0D346;
	font-size: 9px;
	text-decoration: underline;
}

/* Next Link Style  ====================================*/

a.whitesmall:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 9px;
	text-decoration: none;
	}
a.whitesmall:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 9px;
	text-decoration: none;
}
a.whitesmall:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 9px;
	text-decoration: none;
}
a.whitesmall:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 9px;
	text-decoration: underline;
}

/*
>========================================================================================================<
>--------------------------------------------------------------------------------------------------------<

		The coding and development of this document was developed by ComnetSolutions Pte Ltd.
		The intellectual property of these material in question, are under the protection of the
		copyright infringement laws.
		
		For more information on ComnetSolutions, your preferred Singapore Web Design Company, 
		please visit: http://www.comnet.com.sg.
		
>--------------------------------------------------------------------------------------------------------<
>========================================================================================================<
 */
