/* sets the main body properties */

body
{
font-family: georgia, times new roman, times, serif;
font-size: 90%; font-weight: bold;
margin: 0px 0px 0px 0px;
background-image: url('tema/bg_top.jpg');
background-position: top;
background-repeat: repeat-x;
background-color: #F4D3F2;
color:#282D55;
scrollbar-arrow-color:#69709A; 
scrollbar-face-color:#F3D2F1; 
scrollbar-3dlight-color:#69709A; 
scrollbar-highlight-color:#69709A; 
scrollbar-shadow-color:#69709A; 
scrollbar-darkshadow-color:#F3D2F1; 
scrollbar-track-color:#F3D2F1; 
}

P, LI, UL {
font-family : georgia, times new roman, times, serif; 
font-size : 100%; font-weight: bold; list-style-type: circle; 
background-color: #F4D3F2;
}


HR {
color: #282D55;
height: 1px;
width: 100%; border: dotted;
}

/* this sets an image to the left or to the right on a page */

.imageleft {
margin: 0px 10px 0px 0px;
float: left;
border: 1px dotted #282D55;
}

.imageright {
margin: 0px 0px 0px 10px;
float: right;
border: 1px dotted #282D55;
}

.image {
border: 1px dotted #282D55;
}

.images {
border: 1px dotted #ff4040;
}

/* this group sets the normal link colors */

A:LINK {
color: #282D55;
text-decoration: underline;
font-weight: bold; font-size: 90%;
}

A:VISITED {
color: #282D55;
text-decoration: underline;
font-weight: bold; font-size: 90%;
}

A:HOVER {
color: #C6CAE2;
text-decoration: underline;
font-weight: bold; font-size: 90%;
}

A:ACTIVE {
color: #282D55;
text-decoration: underline;
font-weight: bold; font-size: 90%;
}

/* We like to use headings for special effects */

h1, h2
{
font-family: Script MT Bold, Harlow Solid Italic;
color: #282D55;
}

h3, h4
{
font-family: georgia, times new roman, times, serif;
color: #282D55;
}

h5, h6
{
font-family: georgia, times new roman, times, serif;
color: #282D55;
}

/* special classes */

.top	{ height: 230px; padding-left: 10px }

.logo      { background-image: 
               url('tema/aut_logobar.jpg'); 
			   background-color: #F3D2F1; color: #282D55;
			   height: 120px; padding-left: 10px }

.nav      { font-family: georgia, times new roman, times, serif;
		  	   font-weight: bold;  font-size: 90%;
               background-color: #F3D2F1; color: #282D55; text-align: left; text-valign: top;
               padding-left: 10px }
.nav a:link {color: #282D55; text-align: right; text-decoration: underline;}
.nav a:visited {color: #282D55; text-align: right; text-decoration: underline;}
.nav a:hover {color: #C6CAE2; text-align: right; text-decoration: underline;}
.nav a:active {color: #282D55; text-align: right; text-decoration: underline;}
 
.shadow      { background-color: #F3D2F1; color: #000000; text-align: left;
			   font-weight: bold; font-size: 90%;
               background-repeat: no-repeat; padding-left: 10px; 
               padding-right: 0px; padding-top: 0px; padding-bottom: 4px; 
               background-position: left }
.shadow a:link {color: #282D55; text-align: right; text-decoration: underline;}
.shadow a:visited {color: #282D55; text-align: right; text-decoration: underline;}
.shadow a:hover {color: #C6CAE2; text-align: right; text-decoration: underline;}
.shadow a:active {color: #282D55; text-align: right; text-decoration: underline;}
			   
.down   { background-image: 
               url('tema/aut_downbar.jpg'); 
               background-color: #F3D2F1; color: #472A18; text-align: center; 
               font-weight: bold; font-size: 90%; 
               height: 50px; padding-left: 0px }
.down a:link {color: #282D55; text-align: right; text-decoration: underline;}
.down a:visited {color: #282D55; text-align: right; text-decoration: underline;}
.down a:hover {color: #C6CAE2; text-align: right; text-decoration: underline;}
.down a:active {color: #282D55; text-align: right; text-decoration: underline;}

.copy { 
	font-size: 8pt;	color: #282D55;	text-align: center;
}
			  
.main {
background-color: #F3D2F1;
color: #282D55;
vertical-align: top;
text-align: justify;
padding: 10px 20px 20px 20px;
}


.news {
background-color: #F3D2F1;
color: #282D55;
font-size: 85%;
padding: 10px;
line-height: 14px;
float: center;
margin-left: 1px;
margin-bottom: 1px;
width: 200px;
border: 1px dotted #282D55;
}

