/* CSS Document */

.pagetitle 
{
	font-family: Tahoma;
	font-size: 26px;
	color: #3357b3;
	text-transform:capitalize;
	text-indent:5px;
	margin:5px;
	text-align:left;
}

.contenttitle
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight:bold;
	color:#076cca;
	text-transform:capitalize;
	text-align:left;
}


body
{
	font-family: Tahoma;
	color: #3357b3;
	line-height: ;	
	margin: 0px;
	padding: 10px; 
}

.content
{
	font-family:Tahoma;
	color: #3357b3;
	font-size:11px;
	line-height: ;	
	margin: 0px;
	padding: 12px;
	background: #ffffff;
	text-align:left;
}

.style3 
{
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align:left;
}

.style4 
{
	font-family: Tahoma;
	color: #034473;
	font-weight: bold;
	font-size: 14px;
}
.style5 
{
	font-family: Tahoma;
	color: #FFFFFF;
	font-size: 12px;
}

.style9 {
	font-size: 12px;
	font-weight: bold;
}


/* Headers and Footers */
h1
{
 font-family: Tahoma;
 font-size: 26px;
 font-weight:lighter;
 font-style: normal; /*italic, bold */
 color:#3357b3;
 text-transform: capitalize; /*lowercase, capitalize */
 text-indent:5px;
 margin:5px;
 text-align:left;
 
}

h1.G /*Gibraltar*/
{
 font-family: Tahoma;
 font-size: 26px;
 font-weight:lighter;
 font-style: normal; /*italic, bold */
 color:#FF0000;
 text-transform: capitalize; /*lowercase, capitalize */
 text-indent:5px;
 margin:5px;
 text-align:left;
 
}

h1.S /*Spain*/
{
 font-family: Tahoma;
 font-size: 26px;
 font-style: normal; /*italic, bold */
 color: #FF6600;
 text-transform: capitalize; /*lowercase, capitalize */
 text-indent:5px;
 margin:5px;
 text-align:left;
}

h1.M /*Morocco*/
{
	font-family: Tahoma;
	font-size: 26px;
	font-style: normal; /*italic, bold */
	color:#009933;
	text-transform:capitalize;
	text-indent:5px;
 	margin:5px;
 	text-align:left;
}

h2
{
	font-family:Tahoma;
	color: #3357b3;
	font-size:11px;
	font-weight:bold;	
}


subheader
{
	font-family: Tahoma;
 font-size: 12px;
 font-style: normal; /*italic, bold */
 color:#3357b3;
 margin: 0px;
 padding: 0px;
 text-decoration: none; /*underline, overline, line-through */
 text-align:center; /*right, center, justify */
 text-transform:none; /*lowercase, capitalize */
}

h2
{
 font-family:Tahoma;
 font-size:11px;
 font-style: normal; /*italic, bold */
 color:#3357b3;
 text-decoration: none; /*overline, line-through */
 text-align: left; /*right, left, justify */
 text-transform: uppercase; /*lowercase, capitalize */
}

footer
{
height:px;
background-color:#;
text-align:center;
vertical-align:bottom
}

/* Links */
a:link
{
 color: #0153a0;
 text-decoration: none;
}

 a:visited
{
 color: #0153a0;
 text-decoration: none;
}

a:hover
{
	color: #0153a0;
	text-decoration: underline;
}

/* Menu */
.menuOptions
{
	font-size:14px;
	font-weight:bold;
}

.menuOptions a
{
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	text-decoration: none;
}

.menuOptions a:visited
{
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	text-decoration: none;
}


.menuOptions a:hover
{
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:underline;
	
}

/* Table */
.rates
{
	border:solid;
	border-width: 2px;
	border-collapse:collapse;
	border-color:#006699;
}

table.cell
{
	border:solid;
	border-width: 1px;
	border-collapse:collapse;
	border-color:#006699;
}
	

/* Images */
img 
{     
	border-style: none;     
	border-width: 0px;     
	
}

/* Lists */
ul
{
 	 /*disc, circle, decimal, lower-roman, upper-roman, lower-alpha, upper-alpha */
}

ul.bullet
{
	list-style-image:url(images/bullet.png); /*disc, circle, decimal, lower-roman, upper-roman, lower-alpha, upper-alpha */
}

/* Breadcrumbs */
.breadCrumb { 
	height: px; /* This is the height we wan't on our breadcrumb */ 
	font-size: 10px;
	font-family: Arial, sans-serif;
	text-align:right;
	padding: px px px px; 
	background: #;  
	color: #f5f5f5; 
}
 
.breadCrumb a{
	color: #ffffff;
	font-weight: bold;
}

.breadCrumb a:hover{
	color: #ffffff;
	text-decoration: underline;
}

.breadCrumb a:visited{
	color: #ffffff;
	text-decoration: underline;
}

/* Copyright */

.glide
{
	font-size: 14px;
	font-family: Tahoma;
	color: #034473;
	text-align:right;
	vertical-align:top;
}
.style10 {
	font-size: 12px;
	color: #034473;
	vertical-align:top;
}
.style11 {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}

