/* 
--------------------------------------------------------------
Description: Munambambeach.com ver.1.0 
Author: Sreejithonline.com
Created by: Sreejith
Created: September-16-2009.
--------------------------------------------------------------
*/
/* ------------------- Common -------------------  */

body { margin-left: 0px;
       margin-top: 0px; 
	   margin-right: 0px; 
	   margin-bottom: 0px; 
	   font-family: Arial, Tahoma, Verdana,  Helvetica, sans-serif; 
	   font-size:12px;	
	   text-align: justify;
	   background-image:url(../images/bg.jpg);
	   background-repeat:repeat-x;
      }
	   
a:link {text-decoration: none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:none; }
a:active {text-decoration:none;}

ul, li {
	margin: 0px 0px 0px 0px;
	padding: 0px 1px 1px 0px;
	list-style-type: none;
}

.h2 {
	font-family:Tahoma, Verdana, Arial;
	font-size:18px;
	line-height: 25px;
	color: #036;
	padding-left:5px;
	text-decoration:none;
	}

.title {
	font-family:Tahoma, Verdana, Arial;
	font-size:12px;
	font-weight: bold;
	line-height: 25px;
	color: #CC0000;
	vertical-align:absolute middle;
	padding-left:5px;
	}
.subtitle {
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	font-weight: bold;
	line-height: 25px;
	color: #FF0000;
	vertical-align:absolute middle;
	padding-left:5px;
	}
.content {	
	FONT-FAMILY: verdana;
	FONT-SIZE: 12px;
	color: #333333;
	margin:1px 4px 10px 1px;
	text-decoration: none;
	line-height:20px;
}
.copyright {
	FONT-FAMILY:verdana;
	FONT-SIZE: 10px;
	COLOR: #FFFFFF;	
	line-height:15px; 
	margin: 0px 0px 0px 5px;
	text-decoration: none;
     
}
.outlinetable {
	
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style:dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
	

