/*
-- CSS Document by Lester Dong [7 July 2006] --
Copyright Digitise Internet Business Solutions Ltd. All Rights Reserved.

::Caveat Pre Emptor (General Warnings)::
1. Any amendments to Section 1 and 2 made has to be reviewed and approved by Digitise
2. Any piece of CSS that is deemed experimental (i.e. CSS3) is NOT allowed.
3. Any piece of CSS that is relatively new to Digitise needs to go through a review and vetting process before it can be used or released.
4. Digitise believes in the "tried and true", please think of all consequences before adding new pieces of CSS.

::Notes::
- If there are any errors please inform Digitise.

::Developers::
Please place extra CSS at appropriate sections

::Sections::
Section 1: HTML Tag CSS
Section 2: Default Typography CSS
Section 3: Extra Typography CSS
Section 4: Structural CSS
*/

/* Section 1: HTML Tags : START */
body {
	margin:0px;
	padding:0px;
	background:#73754e;
	
}
li {
	margin-left: -23px;
}
img {	
	margin:0;
	padding:0;
	border:0;

}
form {
	padding:0;
	margin:0;
}
hr {
	color:#be9720;
	background-color:#be9720; 
	
}
#CenterTable {
	margin-left: auto;
	margin-right: auto;
}
/* Section 1: HTML Tags : END */



/* Section 2: Default Typography CSS : START */
h1 {
	font-size:16px;
	font-family:Arial,Verdana,Sans-serif;
	margin-bottom: 5px;
}
h2 {
	font-size:14px;
	font-family:Arial,Verdana,Sans-serif;
	margin-bottom: 5px;
}
h3 {
	font-size:14px;
	line-height:18px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-style: italic;
	color: #be9720;
	text-align:justify;
}
td, div {  
	font-family: arial,helvetica,Trebuchet MS,Trebuchet,sans-serif;
	text-align:justify; 
	/*font-size: 14px; 
	line-height: 16px;*/
	font-size:12px;
	line-height:18px;
	color: White;
	
}

input, textarea, select {
	font-family: MS Sans Serif; 
	font-size: 12px;
}

a {
	color:#AB9100;
	text-decoration:none;
}
a:hover {
	color:#ffffff;
	text-decoration:underline;
}



td.bg {
	margin: 0;
	padding: 0;
	background: url(/images/bg-fern.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-position: left;
	border:0;
	
}

td.imagecolumn {  
	font-family: arial,verdana,helvetica,Trebuchet MS,Trebuchet,sans-serif; 
	font-size: 11px; 
	color: #333333;
	line-height: 13px;
	/*padding-left:25px;*/
	margin-left:30px;
}
td.imagecolumn a {
	color:#ffffff;
	text-decoration:underline;
	text-align:left;
	padding:2px 5px 5px 0px;
}
td.imagecolumn a:hover {
	color:#ffffff;
	text-decoration:none;
}

.address {  
	font-family: arial,verdana,helvetica,Trebuchet MS,Trebuchet,sans-serif; 
	font-size: 11px; 
	color: #ffffff;
	padding:10px;
	line-height: 13px;
}

.address1 {  
	font-family: arial,verdana,helvetica,Trebuchet MS,Trebuchet,sans-serif; 
	font-size: 11px; 
	color: #ffffff;
	padding:10px;
	text-align:right;
	line-height: 13px;
}
.address a {
	color:#ffffff;
	text-decoration:none;
}
.address a:hover {
	color:#ffffff;
	text-decoration:underline;
}

.address1 a {
	color:#ffffff;
	text-decoration:none;
}
.address1 a:hover {
	color:#ffffff;
	text-decoration:underline;
}

.footer {  
	font-family: Arial,Verdana,Helvetica,Sans-Serif; 
	font-size: 11px; 
	line-height: 13px;
	color:#be9720;
	background-repeat: no-repeat;
}
.footer a {
	font-family: Arial,Verdana,Helvetica,Sans-Serif; 
	font-size: 11px; 
	color:#be9720;
	padding:5px;
	text-decoration:none;
	
}
.footer a:hover {
	color:#be9720;
	text-decoration:underline;
}

/* Section 2: Default Typography CSS : END */



/* Section 3: Extra Typography CSS : START */
.font11px {
	font-size:11px;
}
/* Section 3: Extra Typography CSS : END */



/* Section 4: Structural CSS : START */
#wrap1{background:url(../images/bgtopleft.gif) top right no-repeat;}
#wrap2{background:url(../images/bgtopright.gif) top right no-repeat;}
#wrap1bottom{background:url(../images/bgtopleft.gif) top right no-repeat;}
#wrap2bottom{background:url(../images/bgbottomright.gif) bottom right no-repeat;}
.main1 {background:url(../images/mainbg1.gif) repeat-y;}
.main2 {background:url(../images/mainbg2.gif) top no-repeat;}
.menu {background:url(../images/menubg.gif) repeat-x; height:36px; font-size:13px; text-align:center;}
.menu a{ padding-right:10px; padding-left:10px; color:#FFFFFF; text-decoration:none;}
.menu a:hover { text-decoration:underline; color:#FFFFFF;}
.tarifftitle { padding:2px 0px 2px 5px; font-weight:bold;}
.tariff { border-bottom:#be9720 dotted 1px; padding:2px 0px 2px 5px;}
/*
::Caveat Pre Emptor::
- Please REFRAIN from using CSS positioning (This does not mean you cannot position background images)
*/

/* Section 4: Structural CSS : END */
