/* Written for lara & me website by edulger at may 12 2008  */

/* page layout */

HTML, BODY {
	margin: 0px 0px 0px 0px;
	padding: 0; 
	background: #DADC9A;
	/*background: #572700 url("../images/back.jpg");*/
	font-family: tahoma,helvetica,sans-serif;
	color: #572700;
          	 font-size: 9px;
	scrollbar-arrow-color:#F5D15F; 
	scrollbar-base-color:#FFFFFF; 
	scrollbar-dark-shadow-color:#FFFFFF; 
	scrollbar-track-color:#FFFFFF; 
	scrollbar-face-color:#572700; 
	scrollbar-shadow-color:#FFFFFF; 
	scrollbar-highlight-color:#FFFFFF; 
	scrollbar-3d-light-color:#F5D15F;
}

.maintableborders	{           
	border-top: 4px #572700 solid;
	border-bottom: 4px #572700 solid;
	border-right: 4px #572700 solid;
	border-left: 4px #572700 solid;
	background:#ffffff;
}

.dottedtableborders	{           
	border-top: 2px #572700 dotted;
	border-bottom: 2px #572700 dotted;
	border-right: 2px #572700 dotted;
	border-left: 2px #572700 dotted;
	background:#572700;
}

.dotborders	{           
	border-bottom: 1px #572700 dotted;
}
.title
{
	font-size : 14px;
	font-family : tahoma,helvetica,sans-serif;
	font-weight : bold;
	text-decoration: none;
	color : #572700;
}

.dolltitle
{
	font-size : 18px;
	font-family : tahoma,helvetica,sans-serif;
	font-weight : bold;
	text-decoration: none;
	color : #572700;
}

P,UL,OL, .content {
	font-family:	tahoma,helvetica,sans-serif;
	text-align: left;
	color:	#572700;
	font-size:	12px;
	line-height:	1.4em;
}

.content A:link {
            font-family: tahoma,helvetica,sans-serif;
            color: #572700;
            font-size: 12px;
	font-weight : bold;
            text-decoration:	underline;
}

.content A:hover {
            font-family: tahoma,helvetica,sans-serif;
            color: #C0162B;
             font-size: 12px;
	font-weight : bold;
            text-decoration:	underline;
}

.content A:active {
           font-family: tahoma,helvetica,sans-serif;
            color: #572700;
            font-size: 12px;
	font-weight : bold;
            text-decoration:	underline;
}

.content A:visited {
            font-family: tahoma,helvetica,sans-serif;
            color: #C0162B;
            font-size: 12px;
	font-weight : bold;
            text-decoration:	underline;
}

.indexlinks {
	font-size :10px;
	font-family : tahoma,helvetica,sans-serif;
	font-weight : bold;
	text-decoration: none;
	 color:	#572700;
	}

.indexlinks A:link {
	font-size :10px;
	font-family : tahoma,helvetica,sans-serif;
	font-weight : bold;
	text-decoration: none;
	 color:	#572700;
	}

.indexlinks A:hover {
	font-size :10px;
	font-family : tahoma,helvetica,sans-serif;
	font-weight : bold;
	text-decoration: none;
	 color:	#C0162B;
	}

.indexlinks A:active {
	font-size :10px;
	font-family : tahoma,helvetica,sans-serif;
	font-weight : bold;
	text-decoration: none;
	 color:	#F5D15F;
	}

.indexlinks A:visited {
	font-size :10px;
	font-family : tahoma,helvetica,sans-serif;
	font-weight : bold;
	text-decoration: none;
	 color:	#C0162B;
	}

.navigation {
             font-family: tahoma,helvetica,sans-serif;
            color: #572700;
            font-size: 14px;
	font-weight : bold;
            text-decoration:	none;
         
}

.navigation A:link {
            font-family: tahoma,helvetica,sans-serif;
            color: #572700;
            font-size: 14px;
	font-weight : bold;
            text-decoration:	none;
}

.navigation A:hover {
            font-family: tahoma,helvetica,sans-serif;
            color: #C0162B;
            font-size: 14px;
	font-weight : bold;
            text-decoration:	none;
}

.navigation A:active {
            font-family: tahoma,helvetica,sans-serif;
            color: #572700;
            font-size: 14px;
	font-weight : bold;
            text-decoration:	none;
}

.navigation A:visited {
            font-family: tahoma,helvetica,sans-serif;
            font-size: 14px;
	font-weight : bold;
            color:	#C0162B;
            text-decoration:	none;
}

.footertext {
	font-size :9px;
	font-family : tahoma,helvetica,sans-serif;
	font-weight : normal;
	text-decoration: none;
	 color:	#572700;
	}

.footertext A:link {
	font-size :9px;
	font-family : tahoma,helvetica,sans-serif;
	font-weight : normal;
	text-decoration: none;
	 color:	#572700;
	}

.footertext A:hover {
	font-size :9px;
	font-family : tahoma,helvetica,sans-serif;
	font-weight : normal;
	text-decoration: none;
	 color:	#C0162B;
	}

.footertext A:active {
	font-size :9px;
	font-family : tahoma,helvetica,sans-serif;
	font-weight : normal;
	text-decoration: none;
	 color:	#F5D15F;
	}

.footertext A:visited {
	font-size :9px;
	font-family : tahoma,helvetica,sans-serif;
	font-weight : normal;
	text-decoration: none;
	 color:	#C0162B;
	}

.featuredtableborders	{           
	
	border-right: 2px #572700 dotted;

}

.tableleftborders	{           
	
	border-left: 2px #572700 dotted;
	
}

.tableleftborders2	{           
	
	border-left: 2px #572700 dotted;
	border-right: 2px #572700 dotted;
}

.thankyou
{
	font-size : 16px;
	font-family : tahoma,helvetica,sans-serif;
	font-weight : bold;
	text-decoration: none;
	color : #C80203;
}