/*

Cascading Style Sheet: global.css
---------------------------------

John,
This file defines how text and other html objects
will display in a web browser. Any changes you make
in this file will be applied to all pages in your
website so be careful when making changes.


*/


/* Defines general font, font size and font color: */
html,table,input,select,textarea{
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size:11px;
	color: #454545;	
	line-height:15px;
}
input.form,select {
	border: 1px solid #CCCCCC;
	background-color:#FCFCFC;
	color:#454545;
}


.emphasized,.emphasized:link,.emphasized:hover,.emphasized:visited{
	font-size:12px;
	color:#000000;
	font-weight:bold;
}
	
p{
	margin-bottom:1em;
	padding: 0px;
	margin-top: 0px;
	/*line-height:14px;*/
}
a:link,a:visited{
	text-decoration:underline;
	color:#454545;
}
a:hover{
	color:#000000;
	text-decoration:none;
}
form{
	padding:0px;
	margin:0px;
}

.errorText{
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
}

.copyright,a.copyright,a.copyright:visited{
	font-weight:bold;
	color:#454545;
	font-size:11px;
}
a.copyright:hover{
	color:#000000;
}

