/* Author: Andrew Myers http://apathetic.atwebhosting.com
 * File: blue-steel.css
 * Description: Colour scheme and Font information for template. Change this file to create custom colour schemes.
 *				I have tried to include most elements that you may want to change, but i may have missed some...
 *				You can always make your own additions of course.
 */ 

.notice   { font-family: Arial, sans-serif; font-size: 10pt; color: #006699; }

/* Headings */
h1, h2, h3, h4, h5, h6 {

}

h1, h2, h3{
	/* Don't want these bold, they make enough impact as normal text */
	font-weight: normal;
}

#banner p {
	font-family: Tahoma, Arial, sans, sans-serif; 
	font-size: larger;
}

.box h3 {
	background-color: #C0C0C0;	
	color: #FFF; 
}
#contentfull h3,h1{
	color:#000000;
}



/* Form widgets */
.button {
	background-color: #77AACC; 
	color: #FFF;
}

input {
	background-color: #EFEFEF;
	border-color: #C0C0C0;
}
textarea,select {
	background-color: #EFEFEF;
	border-color: #C0C0C0;
}



/* Standard Link Styles */

.main a,.main  a:active {
	text-decoration: none;
	color: #0033CC;
	border-bottom: 1px dotted #bbb;
  }

.main a:hover, .main a:active:hover,.main  a:visited:hover {
 background-color: #eee;
 color: #555;
  }
#footer a,#footer  a:active {
	text-decoration: none;
	color: #3399FF;
	border-bottom: 1px dotted #bbb;
  }

#footer a:hover, #footer a:active:hover,#footer  a:visited:hover {
 background-color: #eee;
 color: #555;
  }


.warning {
color:#CC3333;
}

/*.nota {
	font-size: x-small;
	color: #990000;
}*/
.nota {
	font-size: 12px;
	color: #990000;
}
