body {
	background-color: #FFFFFF;
	width: 100%;
	font-family: Century Gothic, verdana, sans-serif;
	font-size: 100%;
}

p {
	font-family: Century Gothic, verdana, sans-serif;
	font-size: 75%;
	color : #000000;
	margin: 5px 0px 0px 5px;
	padding-right: 10px;
	text-align: justify;
}

.newpara {
	margin: 20px 0px 0px 5px;
}

a {
	font-family: Century Gothic, verdana, sans-serif;
	font-size: 100%;
	color : #000000;
	font-weight:bold;
	text-decoration:underline;
}

a:hover {
	text-decoration: none;
}

b {
	font-weight : bold;
}

h1 {
	font-family: century gothic, verdana, sans-serif;
	font-size: 100%;
	color : #990000;
	margin: 0px 0px 0px 0px;
}

li {

    font-family: Century Gothic, verdana, sans-serif;
	font-size: 75%;
	color : #000000;
	margin: 5px 0px 0px 5px;
	padding-right: 10px;
	text-align: justify;
	list-style-type: circle;

}

.center {
    font-family: Century Gothic, verdana, sans-serif;
	font-size: 75%;
	color : #000000;
}

.enquiry 
{
    width:100%;
    height: 290px;
    font-family: Century Gothic, verdana, sans-serif;
	font-size: 75%;
	color : #000000;
}

#divUpControl {position:relative; left:0px;top:0px; z-index:1; text-align: right}
#divDownControl {position:relative; left:0px; top:212px; z-index:1;text-align: right}
#divContainer {position:relative; LEFT: 0px; TOP: 10px; VISIBILITY: hidden; OVERFLOW: hidden; HEIGHT:280px;}
#divContent {position:absolute; left: 0px; top: 0px;}

.formtext {
	color:#404040;
	font-family: arial, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	text-transform: none;
}

/*/*/.formtext {
	border: solid 1px #C60000;
	}
/* */

.formtextover {
	color:#404040;
	font-family: arial, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	text-transform: none;
	background-color: #ffffd5;
}

/*/*/.formtextover
{
	border: solid 1px #c60000;
}
/* */

.errorformtext {
	background-color: #c60000;
	font-family: arial, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	text-transform: none;
	color: #FFFFFF;
}

/*/*/.errorformtext
{
	border: solid 1px #C60000;
}
/* */

.submitButton 
{
    background-color:#C60000;
    color: #ffffff;
    font-weight: normal;
    font-size: 105%;
    border: 1px solid #0D131E;   
    margin-top:8px;
    margin-right: 27px;
}

.tableBorder {
    border: 1px solid #CC0000;
}