@charset "UTF-8";
/* CSS Document */

/****** BEGIN - COLOR SCHEME *****
COLOR SCHEME:

#8DC63F - top green bar
#F15A29 - red button
#001829 - blue letters
#FFF200 - yellow line
#58595B - grey letters from top menu bar

******* END - COLOR SCHEME *******/



/******************************
/**** SECTION 1 - BEGIN *******/

*
{
	font-family: Gill Sans, sans-serif;
	font-size: 15pt;
}

/* The welcome page body styles. */
body#welcome
{
	background: url(../images/general/mainBackground.jpg) repeat-x #167297;
}

/* The sub-pages body styles */
body#sub
{
	background: url(../images/general/sub-background.png) repeat-x #DDF0ED;
}

img
{
	border: none;
}

/* General Link Styles */
a{font-size: 15pt}
a:link{} 
a:visited{}
a:hover{}
a:active{}

.success
{
	color: green;
}

.error
{
	color: red;
}

/**** SECTION 1 - END ********
******************************/



/******************************
**** SECTION 2 - BEGIN *******/


/**** SECTION 2 - END ********
******************************/