/* Default CSS Stylesheet for a new Web Application project */

body { /* Default Font & margins for page */
	font-family: Tahoma, Arial, serif;
	font-size: 11px;
	color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

p, tr, td { /* Default font for paragraphs rows and data */
    font-family: Tahoma, Arial, serif;
    font-size: 11px;
}

a:link, a:visited {	/* Default text links */
	text-decoration:	none;
	color:	#297B51;
	}	
		
a:active {	
	text-decoration:	none;
	color:	#297B51;
	}	
		
a:hover	{	
	text-decoration:	underline;
	color:	#000000;
	}
	
.largerText {
	font-size: 14;
	font-weight: bold;
	}

.whiteText { /* White cart text in header */
	font-family: Tahoma, Arial, serif;
	font-size: 10px;
	color: #FFFFFF;	
}

.contentHeading { /* Heading for page titles */
	font-family: Tahoma, Arial, serif;
	font-size: 20px;
	color: #297B51;
	background-attachment: fixed;
	background-image: url(img/content_heading_bg.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 100%;
	padding-bottom: 30px;
}

.articleHeading { /* Heading for articles of sub-sections */
	font-family: Tahoma, Arial, serif;
	font-size: 12px;
	color: #297B51;
	height: 15px;
	width: 100%;
	font-weight: bold;
}

.articleIntro { /* Default text for news on home page */
	font-family: Tahoma, Arial, serif;
	font-size: 11px;
	padding-right: 20px;
	padding-left: 20px;
}

.articleIntro:link, .articleIntro:visited {	 /* Default links for news on home page */
	text-decoration:	none;
	color:	#990000;
	padding-left: 20px;
	}	
		
.articleIntro:active {	
	text-decoration:	none;
	color:	#FF0000;
	padding-left: 20px;
	}	
		
.articleIntro:hover	{	
	text-decoration:	underline;
	color:	#FF0000;
	padding-left: 20px;
	}
	
.menuButtons:link, .menuButtons:visited, menuButtons:active {  /* Vertical menu down the left */
	font-family: Tahoma, Arial, serif;
	font-size: 11px;
	color: #333333;
	background-image: url(img/header_button_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 18px;
	padding-left: 15px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
}

.menuButtons:hover {
	font-family: Tahoma, Arial, serif;
	font-size: 11px;
	color: #FFFFFF;
	background-image: url(img/header_button_bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 18px;
	padding-left: 15px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	text-decoration: none;
}

.headerSearchField {  /* Search field in header */
	font-family: Tahoma, Arial, serif;
	font-size: 11px;
	color: #333333;
	background-image: url(img/header_search_bg.jpg);
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 6px;
	border: none;
	height: 18px;
}

/* Not currently used 

h1, h2, h3, h4, h5, th, thead, tfoot { 
    color: #003366;
}
h1	{	
	font-family: Tahoma, Arial, serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
h2	{	
	font-family: Tahoma, Arial, serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
h3	{	
	font-family: Tahoma, Arial, serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
h4	{	
	font-family: Tahoma, Arial, serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
h5, dt	{	
	font-family: Tahoma, Arial, serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
h6	{	
	font-family: Tahoma, Arial, serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
tfoot, thead	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Tahoma, Arial, serif;
	}	
		
th	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	

small	{	
	font-size:	9px;
	}	

big	{	
	font-size:	14px;
	}	

blockquote, pre	{	
	font-family:	Courier New, monospace;
	}	
	

ul li	{	
	list-style-type:	square ;
	}	

ul li li	{	
	list-style-type:	disc;
	}	

ul li li li	{	
	list-style-type:	circle;
	}	
	
ol li	{	
	list-style-type:	decimal;
	}	

ol ol li	{	
	list-style-type:	lower-alpha;
	}	

ol ol ol li	{	
	list-style-type:	lower-roman;
	}	

*/
