/* -----------------------------------------------------------------------------------------------------------------

	CLIENT
	
	Web					: http://www.website.com
	Filename    		: css/style.css
	Last Updated		: day, month, 2011
	Copyright			: (c) 2011
	
--------------------------------------------------------------------------------------------------------------------*/


/* -----------------------------------------------------------------------------------------------------------------

    Links

--------------------------------------------------------------------------------------------------------------------*/

a {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	color: #4F3622;
}
a:link {
	color: #4F3622;
}
a:visited {
	color: #4F3622;
}
a:hover {
	color: #CCBBA6;
}
a:active {
	color: #CCBBA6;
	font-size: 13px;
}

/* -----------------------------------------------------------------------------------------------------------------

    Links 2

--------------------------------------------------------------------------------------------------------------------*/

a.main {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	color: #4F3622;
}
a.main:link {
	color: #4F3622;
}
a.main:visited {
	color: #4F3622;
}
a.main:hover {
	color: #F3E0C9;
}
a.main:active {
	color: #4F3622;
	font-size: 13px;
}


/* -----------------------------------------------------------------------------------------------------------------

    Links 3

--------------------------------------------------------------------------------------------------------------------*/

a.main3 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	color: #CCBBA6B;
}
a.main3:link {
	color: #CCBBA6;
}
a.main3:visited {
	color: #CCBBA6;
}
a.main3:hover {
	color: #523824;
}
a.main3:active {
	color: #CCBBA6;
	font-size: 11px;
}

/* -----------------------------------------------------------------------------------------------------------------

    Links 4

--------------------------------------------------------------------------------------------------------------------*/

a.main4 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 19px;
	color: #523824;
	text-decoration: none;
}
a.main4:link {
	color: #523824;
	text-decoration: none;
}
a.main4:visited {
	color: #523824;
	text-decoration: none;
}
a.main4:hover {
	color: #CCBBA6;
	text-decoration: none;
}
a.main4:active {
	color: #523824;
    font-size: 19px;
	text-decoration: none;
}




/* -----------------------------------------------------------------------------------------------------------------


    Styles

--------------------------------------------------------------------------------------------------------------------*/

.style1 {font-family: Georgia, Times New Roman, Times, serif; font-size: 11px; color: #523824; }
.style2 {font-family: Georgia, Times New Roman, Times, serif; font-size: 13px; color: #523824; }
.style3 {font-family: Georgia, Times New Roman, Times, serif; font-size: 19px; color: #523824; }
.style4 {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #523824; }
.style5 {font-family: Georgia, Times New Roman, Times, serif; font-size: 11px; color: #4F3622; }

.style7 {font-family: Georgia, Times New Roman, Times, serif; font-size: 24px; color: #523824; }

.style9 {font-family: Georgia, Times New Roman, Times, serif; font-size: 16px; color: #523824; }




/* -----------------------------------------------------------------------------------------------------------------

    Headings

--------------------------------------------------------------------------------------------------------------------*/

h1,h2,h3,h4, {font-family: Helvetica, Arial, sans-serif; }
h1{font-size:18pt;}
h2{font-size:17pt;}
h3{font-size:16pt;}
h4{font-size:15pt;}