/* CSS Document */

/*BACKGROUND IMAGE*/
.bg{			background-attachment: fixed;
				background-repeat: no-repeat;
				background-position: bottom right;
				}

/*TOP LINE*/			
.top_line{		border-bottom:	2px solid #496857;
				}

/*BOTTOM LINE*/
.bot_line{		border-top: 2px solid #496857;
				}	

/*BUTTONS LAYOUT*/
a.button:link{		font-family: Arial;
					font-size: 12px;
					color: #3B8A88;
					font-weight: bold;
					text-decoration: none;
					padding-left: 0px;
					} 
a.button:visited{	font-family: Arial;
					font-size: 12px;
					color: #3B8A88;
					font-weight: bold;
					text-decoration: none;
					padding-left: 0px;
					} 
a.button:hover{		font-family: Arial;
					font-size: 12px;
					color: #111C2C;
					font-weight: bold;
					text-decoration: none;
					padding-left: 0px;
					} 
a.button:active{	font-family: Arial;
					font-size: 12px;
					color: #3B8A88;
					font-weight: bold;
					text-decoration: none;
					padding-left: 0px;
					} 
/*BUTTON THAT IS ON*/
.button_on{			font-family: Arial;
					font-size: 12px;
					color: #26362D;
					font-weight: bold;
					text-decoration: none;
					padding-left: 0px;
					} 
					
/*BUTTON TEXT*/
.text2{				font-family: Arial;
					font-size: 12px;
					color: #111C2C;
					padding-left: 0px;
					padding-right: 0px;
					padding-bottom: 30px;
					} 					


/*FLAG MARGINS*/
.flag{				padding-left: 0px;
					}
					
/*TOP BUTTON*/
.top{				font-family: Arial;
					font-size: 10px;
					color: #496857;
					padding-left: 40px;
					padding-right: 40px;
					text-decoration: none;
					padding-top: 10px;
					} 								

/*TEXT LAYOUT*/
.text{				font-family: Arial;
					font-size: 12px;
					color: #111C2C;
					padding-left: 40px;
					padding-right: 10px;
					padding-bottom: 30px;
					} 
					
/*TEXT SMALL*/					
.text_s{			font-size: 10px;
					} 
					
/*TEXT BOLD AND UNDERLINED*/
.text_bu{			font-weight: bold;
					text-decoration: underline;
					}

/*TEXT HEAD*/
.head_1{			font-weight: bold;
					text-decoration: underline;
					}								

/*LINKS LAYOUT*/
a.link:link{		font-family: Arial;
					font-size: 12px;
					color: #3B8A88;
					font-weight: bold;
					text-decoration: underline;
					} 
a.link:visited{		font-family: Arial;
					font-size: 12px;
					color: #495457;
					font-weight: bold;
					text-decoration: underline;
					} 
a.link:hover{		font-family: Arial;
					font-size: 12px;
					color: #495457;
					font-weight: bold;
					text-decoration: underline;
					} 
a.link:active{		font-family: Arial;
					font-size: 12px;
					color: #495457;
					font-weight: bold;
					text-decoration: underline;
					} 
					
.link_s{			font-family: Arial;
					font-size: 10px;
					color: #a7a7a7;
					font-weight: normal;
					text-decoration: none;
					}					
