/* navigation elements */ @import url("navi.css");
/* page structure elements */ @import url("pages.css");
/* form elements */ @import url("forms.css");
/* moss site actions menu and page edit toolbar  */ @import url("moss.css");
/* conten editor styles  */ @import url("rte.css");
/* text styles */

body	{font-size: 75%; font-family: Arial, Helvetica, sans-serif; color: black;}

body.small	{font-size: 70%;}
body.medium	{font-size: 75%;}
body.large	{font-size: 90%;}
body.x-large	{font-size: 100%;}

p	{margin: 0px 0px 15px 0px;}


/* links */
a:link, a:visited	{color: #005bbe; text-decoration: none;}
a:hover				{color: #4c8cd1; position: relative; text-decoration: underline;}
a:active			{color: #005bbe; text-decoration: none;}

a img	{border: 0px;}


/* headings */

h1						{font-size: 215%; color: #0065cc; margin: 0px 0px 20px 0px; font-weight: normal !Important;}
h2, #sidebar h3	{font-size: 150%; color: #0065cc; margin: 0px 0px 10px 0px; font-weight: normal !important;}
h3						{font-size: 120%; margin: 0px 0px 10px 0px;}
h4						{font-size: 100%; font-weight: bold; margin: 0px 0px 5px 0px;}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

.ms-WPTitle {
	font-size: 10pt;
	font-weight: 100%;
	color: #0072bc;
}
.ms-WPBody, .ms-WPBody A:link, .ms-WPBody A:visited
{
	font-family: Arial, Helvetica, sans-serif;
	color: #005BBE;
	font-size: 100%;
	text-decoration:none;
}
.ms-wpContentDivSpace{
	color: black;
}
.ms-wpTdSpace {
	display: none;
}
h3.ms-WPTitle {
	text-align: left !important;
}

.link-item, .link-item A, .link-item A:link { font-size: 100%;}

