/********************************
*	Creative eWorld StyleSheet  *
********************************/


/***********************
*
*	Links
*
************************/

a
{
	text-decoration: none;
}

a:link
{
	text-decoration: none;
}

a:hover
{
	text-decoration: Underline;
}

a:active
{
	text-decoration: Underline;
}


/***********************
*
*	Navigations
*
************************/

.navibaritem
{
	color: #333333;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor:hand;
	font-weight: normal;
}

.navibaritem2
{
	color: #333333;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor:hand;
	font-weight: normal;
}

/***********************
*
*	Body & Table
*
************************/

body
{
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	/*background-image:url(../images/homeNew_BG.jpg);*/
	background-repeat:repeat-x;
}


/***********************
*
*	General
*
************************/

.pageheader
{
	color: #03A48B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
}

.pageheaderSubWhite
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
}

.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #044065;
	font-weight: bold;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.bodytxtBold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #666666;
}

.bodytxt
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 1px;
}

.bodytxtWhite
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 1px;
}




.smalltext {
	font-size: 9px;
	color: #990000;
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight:normal;
	font-variant: normal;
}

.txtdiv {
	color: #BEBDBD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding-left:7px;
	padding-right:7px;
}


/***********************
*
*	Product Page
*
************************/


/***********************
*
*	Footer
*
************************/

.footer
{
	color: #666666f;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-right: 30px;
}


/***********************
*
*	Designers' Misc 
*
************************/

.dotted_Div {
	background-image:url(../images/dottedDiv.gif);
	background-repeat: repeat-x;
	background-position:center;
	height:10px;
}

.dotted_Div_Black {
	background-image:url(../images/dottedDiv_Black.gif);
	background-repeat: repeat-x;
}


.dotted_Hori {
	background-image:url(../images/dottedDiv_Vert.gif);
	background-repeat: repeat-y;
}



.box {
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width:1px;
	border-bottom-width:1px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style:solid;
	border-top-style:solid;
	border-top-color: #DFDFDF;
	border-right-color: #DFDFDF;
	border-bottom-color: #DFDFDF;
	border-left-color: #DFDFDF;
}

.formInput
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border: 1px solid #BDBDBD;
}

.formButt
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	border: 1px solid #BDBDBD;
	background-color: #12609B;
}



/***********************
*
*	Programmers' Misc 
*
************************/
