/*Normal Body Font Styles*/
body, p, div, table, tr, td {
	font-family:  Arial, Verdana, san-serif;
	font-size: 12px;
}
/*WebMaster Body Styles*/
body#wmbody {
	margin-left:10px;
	margin-top:0px;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
}

/*Form Field Styles*/
input, textarea, select, option {
	font-family:  Arial, Verdana, san-serif;
	font-size: 12px;
}

form {margin:0px;} /*Remove Default Form Margin*/



/*Heading Styles*/
h1  
{
    font-size:18px;
    font-weight:bold;
    color:#f99d32;
}


h2 
{
    font-size:14px;
    font-weight:bold;
    color:#C1D72D;
    border-bottom: solid 1px #C1D72D;
}

h3 
{
    font-size:14px;
    font-weight:bold;
    color:#f99d32
}

h4 
{
    font-size:12px;
    font-weight:bold;
    color:#024965;
    text-transform:uppercase;
}

/*Horizontal Rule*/
hr 
{
    color:#000; background-color:#000; border:none; width: 100%; height: 1px;
}

/*Link Styles*/
a:link, a:visited {
	text-decoration:none;
	color: #F99D32;
} 
a:hover, a:active {
	text-decoration:underline;
	color: #F99D32;
}
a img {
	border:0;
} /*Hide image border when image is a link*/


/*List Styles*/
ul {
}

li {
}

/* WebMaster Form Styles */
.wmf-label
{
    width:120px;
}

.wmf-label-events
{
	width: 140px;
}

.wmf-label-header
{
    font-size:14px;
    font-weight:bold;
    color:#f99d32;
}

.wmf-label-minor
{
}

.wmf-row
{
}

.wmf-row-alternate
{
}

.wmf-row td, .wmf-row-alternate td
{
}

.wmf-row-submit
{
}

.wmf-row-submit input
{
    margin-left: 130px;
}

.wmf-success-message
{
	font-weight: bold; 
	border: solid 1px #3eb16f; 
	padding:7px; 
	margin: 10px 0;
}

.wmf-failure-message
{
	font-weight: bold; 
	border: solid 1px #b92626; 
	padding:7px; 
	margin: 10px 0;
}


/* Entry Table Styles*/
.entryTables
{
    width:750px;
}
.entryTables td
{
    width:120px;
}
.entryTables thead
{
    font-weight:bold;
}
.totalCost
{
    text-align:right;
    font-weight:bold;
}

/***********************/

.chequeText p
{
    color:Red;
}

.phoneText p
{
    color:Red;
}
.paypalinfo
{
    text-align:center;
}


div.content td
{
    font-size:14px;
}
    
