/* CSS Document */

/* copyright 2007 The Jewelled Lotus. 
Website design by: Colcamex. */


/* Global Style */

body {
	background-color: #CCCCCC;
}

a:link {
	text-decoration:none;
	color: #0000CC; 
	font-weight:bold;	
}
a:visited {
	text-decoration:none;
		color: #0000CC;
}
a:hover {
	text-decoration:underline;
	color: #0000CC;
}
a:active {
	text-decoration:none;
	color: #0099FF;
}

/* ID (navigation) */

#layout tr {
	background-color:#F6F5E1;
}

#fotobox tr {
	background-color:#939160;
}

#textbox tr {
	background:url(assets/image001.jpg);
	font: Arial, Helvetica, sans-serif;
	font-size:16px; 
}

#textbox2 tr {
	background:#FCFCF3; 
	font: "Courier New", Courier, monospace;
	font-size: 14px; 
}

#calendar tr {
	background:#FCFCF3; 
	font: "Courier New", Courier, monospace;
	font-size: 14px; 
}
#navigation td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2DEF3;
	}
	
#navigation a {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF; font-weight:bold; 
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:4px 2px 2px 2px;
	}
	
#navigation a:hover {
	background: #F6F5E1;
	color:#000000 
	}

/* Class Style */

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.reenforce {font-size: 18px}

.copyrite {
	font-size: x-small;
	font-weight: bold;
	color:#FFFFFF
}

.onpage { 
	color:#010066 
}

.endborder {
	background-color: #010066;
} 
.cellcolour {
	background-color:#996600;
}
.caption {
	color: #FFFFFF;
	font-weight: bold;
}

.text2 {
	font:"Courier New", Courier, monospace;
}

.tabletitle {
	font-size: 20px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.image {
	border: 1px solid #000000;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.margin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-right: 10px;
	margin-left: 10px;
}
