/*
Bottom Line
*/
.bottom-line
{
        border-bottom: 1px dotted #006400;
		  line-height: 12px;
		  padding-bottom: 6px;
}
.bottom-pad
{
	line-height: 10px;
}
/*
define all essentials here
*/
a:hover {

color: #1ecdfa;
text-decoration: none;

}
body {
	background:#F9DEB4;
	text-align:center;
	padding:0;
	margin: 0 0 0 0;
	font-size: 11px;	
	color: #4F4F4F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;

 }
 
p,body {
	font-family : Arial;
	color : #333;
	text-align:left;
	font-size: 12px;
}


/*
anchor links
*/
a {
text-decoration: none;
}

a:hover 
{
color: #B22222;
text-decoration: none;
}

/*
specialised Anchors
*/
.menulist a,.menulist a:hover
{
	font-size: 12px;
	font-weight: bold;		
	font-family: Verdana, Arial, Helvetica, sans-serif;
}	
.menulist a:hover 
{

	text-decoration: underline;
}

/*
bullet list
*/
ul.glist{
	list-style:none;
	padding:0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 5px;
}
ul li.glist{
	background:url(graphics/wheel_low_bullet_01.gif) no-repeat 5px 5px;
	padding-left:30px;
	margin-bottom:1px;
	line-height: 25px;
}

.navlist{
	margin-left: 0;
padding-left: 0;
list-style: none;
}
.navlist li{
	padding-left: 30px;
	background-image: url(graphics/wheel_low_bullet_01.gif);
	background-repeat: no-repeat;
	background-position: 1px 1px;
	padding-bottom: 5px;
}

/*
Anchor with Blue underline
*/
.menulist-01 a,.menulist-01 a:hover
{
	font-size: 12px;
	color: #4682B4;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.menulist-01 a:hover 
{
	text-decoration: underline;
}

/*
a:visited {color: #4F4F4F;	text-decoration: none;}
a:link {color: #4F4F4F;	text-decoration: none;}
*/

/*
headings colour font family and bold are all defined by the next statement
*/
.heading-12,.heading-14,.heading-16,.heading-18,.heading-20,.heading-14-underline-orange
{
color: #4F4F4F;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
}

.heading-12
{
    font-size: 12px;
    margin-bottom: 1px;
    padding-top: 3px;
}

.heading-14
{
    font-size: 14px;
    margin-bottom: 1px;
    padding-top: 3px;
}

.heading-16
{
    font-size: 16px;
    margin-bottom: 1px;
    padding-top: 3px;
}
.heading-18
{
    font-size: 18px;
    margin-bottom: 1px;
    padding-top: 3px;
}

.heading-20
{
    font-size: 20px;
    margin-bottom: 1px;
    padding-top: 3px;
}
/*
Blue Headings
*/
.heading-12blue,.heading-14blue,.heading-16blue,.heading-18blue,.heading-20blue
{
	color: #3C6AA1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.heading-12blue
{
    font-size: 12px;
    margin-bottom: 1px;
    padding-top: 3px;
}

.heading-14blue
{
    font-size: 14px;
    margin-bottom: 1px;
    padding-top: 3px;
}

.heading-16blue
{
    font-size: 16px;
    margin-bottom: 1px;
    padding-top: 3px;
}
.heading-18blue
{
    font-size: 18px;
    margin-bottom: 1px;
    padding-top: 3px;
}

.heading-20blue
{
    font-size: 20px;
    margin-bottom: 1px;
    padding-top: 3px;
}

/*
Red Headings
*/
.heading-12red,.heading-14red,.heading-16red,.heading-18red,.heading-20red
{
	color: #ff4600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.heading-12red
{
    font-size: 12px;
    margin-bottom: 1px;
    padding-top: 3px;
}

.heading-14red
{
    font-size: 14px;
    margin-bottom: 1px;
    padding-top: 3px;
}

.heading-16red
{
    font-size: 16px;
    margin-bottom: 1px;
    padding-top: 3px;
}
.heading-18red
{
    font-size: 18px;
    margin-bottom: 1px;
    padding-top: 3px;
}

.heading-20red
{
    font-size: 20px;
    margin-bottom: 1px;
    padding-top: 3px;
}



/*
specialised headings
*/
.heading-12-underline
{
    font-size: 12px;
    margin-bottom: 1px;
    padding-top: 3px;
    border-bottom: solid;
    border-bottom-width: 1px;
    font-weight: bold;
    padding-bottom: 2px;
}

.heading-14-underline
{
    font-size: 14px;
    margin-bottom: 1px;
    padding-top: 3px;
    border-bottom: solid;
    border-bottom-width: 1px;
    font-weight: bold;
    padding-bottom: 2px;
}

.heading-12-new
{
    font-size: 12px;
    padding-top: 3px;
    font-weight: bold;
    padding-bottom: 2px;
    padding: 4px;
}


.heading-box
{
	font-size: 12px;
	padding-top: 4px;
	border-bottom: 1px solid #B9D3E6;
	border-bottom-width: 1px;
	font-weight: bold;
	padding-bottom: 3px;
	border-left: 1px solid #B9D3E6;
	border-right: 1px solid #B9D3E6;
	border-top: 1px solid #B9D3E6;
	border: 1px solid #B9D3E6;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #EAF4FD;
}

/*
Lines
*/
.topline
{
	border-bottom: 1px solid #708090;
	line-height: 12px;
	padding-bottom: 6px;
}

/*
colour of the table boarder
*/
.table-border{
	border: 1px solid #3A4245;
}

td.txt {text-align:justify; font-size: 13px;font-family: Verdana, Arial, Helvetica, sans-serif; color:#4F4F4F;}


.button {
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #ECA118;
	BORDER-RIGHT: #E5F3FF 1px solid; BORDER-TOP: #E5F3FF 1px solid; 
	BORDER-BOTTOM: #E5F3FF 1px solid; FONT-FAMILY: Arial, Helvetica,san-serif; 
	TEXT-ALIGN: center;
}


.navfooter a {
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : normal;
	color : #4F4F4F;
	}
	
.navfooter a:hover {COLOR: #B22222;text-decoration: none;}
.navfooter a:link {
	COLOR: #4F4F4F;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
}
.navside a:hover {
	text-decoration: none;
	COLOR: #B22222;
}
.navside a:visted {
	text-decoration: none;
	COLOR: #B22222;
	font-weight: bold;
}

.navside a:link {
	text-decoration: none;
	color: #333333;
}
.navside a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 11px;
	font-weight: normal;

}

/*
new box concept
*/

.square-box{
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin: 2px;
	border-left: thin solid #589442;
	border-right: thin solid #589442;
	border-top: thin solid #589442;
	border-bottom: thin solid #589442;
	border: thin solid #589442;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding: 4px;
}
