/*----------------------------------------------------------------------------- 
File: GlobalStyles.css
Author: Niklas Wahlberg
Site: Dioceseny.org
Date: 01/03/03
Version: 0.6
-----------------------------------------------------------------------------*/

body {
	color: #000000;
	font-family: "Verdana";
	font-size: 11px;
	background-color: #FFFFFF;
}

td {
	font-family: "Verdana";
	font-size: 11px;
}

h1 {
	font-family: "Verdana";
	font-size: 18px;
	color: #000000;
	font-weight: normal;
}

p {
	line-height: 20px;
}

td.BreadCrumbTrail {
	font-size: 9px;
	font-weight: bold;
}

td.BreadCrumbTrailNS {
	font-size: 10px;
	font-weight: bold;
}

span.blue {
	color: #336699;
	font-weight: bold;
}

div.bodyJust {
	text-align: justify;
}

/* Link Styles */
a:link, a:visited, a:active {
	color: #485185;
	font-family: "Verdana";
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #485185;
	font-family: "Verdana";
	font-weight: bold;
	text-decoration: none;
}

a:link.BreadCrumb, a:visited.BreadCrumb, a:active.BreadCrumb {
	color: #485185;
	font-family: "Verdana";
	font-size: 9px;
	font-weight: bold;
	text-decoration: underline;
}

a:hover.BreadCrumb {
	color: #485185;
	font-family: "Verdana";
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}


/*-----------------------------------------------------------------------------
	Form Field Styles (such as Input, Select, Textarea, etc.)
-----------------------------------------------------------------------------*/
input, select, textarea {
	color: #000000;
	font-size: 9pt;
	border-top: 1px solid #C6C6C6;
	border-left: 1px solid #C6C6C6;
	border-right: 1px solid #C6C6C6;
	border-bottom: 1px solid #C6C6C6;
}

input.error {
	color: #000000;
	background-color: #FFFFCC;
	font-size: 9pt;
	font-weight: normal;
	border-top: 1px solid #C6C6C6;
	border-left: 1px solid #C6C6C6;
	border-right: 1px solid #C6C6C6;
	border-bottom: 1px solid #C6C6C6;
}
