/* CSS Document */
/*------------------------------Gobal veriable----------------------*/
body {
			padding:0;
			margin:0;
			background-image:url(images/background.gif);
			background-repeat:repeat-x;
			background-color:#43B1BE;
			}
p 	{
			padding:0;
			margin:0;
			}
*		{
			font-family:tahoma;
			font-size:11px;
			
			}
form {
			padding:0;
			margin:0;
			}
			
h1 {font-family: Georgia, Times, serif; color: #112d31; text-align: left; font-size: 200%; font-weight: bold; margin: 10px 0 20px 0;}
h2 {font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; color: #112d31; text-align: left; font-size: 18px; font-weight: normal; margin: 10px 0 20px 0;}
h3 {font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; color: #70A234; text-align: left; font-size: 18px; font-weight: normal; margin: 0;}
h4 {color: #E77F2C; text-align: left; font-size: 120%; font-weight: bold; margin: 10px 0 10px 0;}
h5 {font-size: 120%; font-weight: bold; color: #70A234; margin: 10px 0 10px 0;}
h6 {font-size: 120%; font-weight: bold; color: #E0B224; margin: 10px 0 10px 0;}
			

.maincontent A:LINK    {color: #DF6B15; text-decoration: none; font-weight: bold;}
.maincontent A:VISITED {color: #DF6B15; text-decoration: none; font-weight: bold;}
.maincontent A:HOVER   {color: #598026; text-decoration: underline; font-weight: bold;}
.maincontent A:ACTIVE  {color: #DF6B15; text-decoration: none; font-weight: bold;}

		
/*------------------------------top menubar----------------------*/

.topmenu {
			color:#43B1BE;
			font-size:11px;
			font-style:normal;
			font-weight:bold;
			text-decoration:none;
			}
			
.topmenu:hover {
			color:#43B1BE;
			font-size:11px;
			font-style:normal;
			font-weight:bold;
			text-decoration:underline;
			}
			
.topmenu2 {
			color:#000;
			font-size:11px;
			font-style:normal;
			font-weight:bold;
			text-decoration:none;
			}
			
.topmenu2:hover {
			color:#000;
			font-size:11px;
			font-style:normal;
			font-weight:bold;
			text-decoration:underline;
			}
			
.whitetext {
			color:#fff;
			font-size:12px;
			font-style:normal;
			font-weight:bold;
			text-decoration:none;
			}
			
.whitetext:hover {
			color:#fff;
			font-size:12px;
			font-style:normal;
			font-weight:bold;
			text-decoration:underline;
			}
				
/*------------------------------Add Banner----------------------*/

.green {
			color:#208894;
			font-size:9px;
			font-style:normal;
			font-weight:normal;
			}
			
.more {
			color:#fff;
			font-size:10px;
			font-style:normal;
			font-weight:bold;
			text-decoration:none;
			}
			
.more:hover {
			color:#fff;
			font-size:10px;
			font-style:normal;
			font-weight:bold;
			text-decoration:underline;
			}
			
.padding {
			padding-left:8px;
			}
			
/*------------------------------Login Area----------------------*/

.padding2 {
			padding-left:60px;
			}
			
.padding3 {
			padding-left:20px;
			}
			
.password {
			color:#B9103E;
			font-size:9px;
			font-style:normal;
			font-weight:normal;
			text-decoration:none;
			}
			
.password:hover {
			color:#B9103E;
			font-size:9px;
			font-style:normal;
			font-weight:normal;
			text-decoration:underline;
			}
		
	

/*------------------------------Footer----------------------*/

.copyright {
			color:#fff;
			}
			
.footermenu_link {
				color:#133335;
				font-size:9px;
				font-weight:bold;
				text-decoration:none;
				}
.footermenu_link:hover {
					color:#133335;
					font-size:9px;
					font-weight:bold;
					text-decoration:underline;
					}