/* redefined html tags  */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;	
	color: #333333;
	background-image: url(images/flag_bg.jpg);	
	margin: 0px;	
	background-attachment: scroll;	
	background-repeat: 
	no-repeat; 
	background-position: 0px 0px;
}

h1, h2, h3 {
	font-style: italic;
}

h1 {
	font-size: 18px;	
	color: #000000;
}

h2 {	
	font-size: 14px;	
	color: #000000;
}

h3 {
	font-size: 11px;	
	color: #666666;
}

p {
	font-size: 11px;
}

strong {	
	font-size: 14px;
}

/* default html links */

a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: underline;}
a:active {text-decoration: none;}

/* mainNav html links */


/* custom classes */
.navigation {	
	font-size: 12px; 
	text-align: left; 
	padding: 120px 8px 8px 20px;
}

.header {
	letter-spacing: 5px;
	text-align: right;
	padding: 67px 15% 15px 15px;
}

.bor {
	padding: 20px;
}


/* custom selectors.*/


/* controls text when strong tag nested inside paragraph tag
example: "<p><strong>TEXT</strong></p>" */


/* controls text when strong tag with a class of rights is nested inside paragraph tag. Example: "<p><strong class="rights">TEXT</strong></p>" */


/* controls text when strong tag nested inside paragraph tag
example: "<td class="header"><h1>TEXT</h1></td>" */

td.header h1 {
	font-size: 36px;	
	color: #000033;
}