/*
  The original AEMWebsite
  Created by faisca
  2004
  http://www.arteemovimento.org
*/


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #FFFFFF;
	scrollbar-face-color: #339933;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #003399;
	scrollbar-3dlight-color: #62CA62;
	scrollbar-arrow-color:  #FFAD04;
	scrollbar-track-color: #EEEEEE;
	scrollbar-darkshadow-color: #000000;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; color : #42443e }
a:link,a:active { color : #6666FF; text-decoration: none}
a:visited { color : #003399; text-decoration: none}
a:hover		{ text-decoration: underline; color : #FFAD04; }
hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px; }


/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #FFFFFF; border: 2px #98AAB1 solid; }

/* Page titles */
.ptitle		{ font-weight: bold; font-size: 26px ; letter-spacing: 3px; color : #000000}
a.ptitle		{ text-decoration: none; color : #000000; }
a.ptitle:hover{ text-decoration: underline; }

/* Page city titles */
.cittitle		{ font-weight: bold; font-size: 22px ; letter-spacing: 2px; color : #000000}
a.cittitle		{ text-decoration: none; color : #000000; }
a.cittitle:hover{ text-decoration: underline; }

/* Page category titles */
.cattitle		{ font-weight: bold; font-size: 18px ; letter-spacing: 1px; color : #000000}
a.cattitle		{ text-decoration: none; color : #000000; }
a.cattitle:hover{ text-decoration: underline; }

/* Index page */
.index		{ font-size: 18px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: 1px;}
a.index		{ color: #444444; text-decoration: none;}
a.index:visited { color : #444444; text-decoration: none}
a.index:hover { color: #FFAD04; text-decoration: underline;}

/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
a.copyright		{ color: #444444; text-decoration: none;}
a.copyright:visited { color : #444444; text-decoration: none}
a.copyright:hover { color: #FFAD04; text-decoration: underline;}

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");
