/* Default tags */
body, .bodyText {
	font-family:  "Verdana", "Helvetica", "sans-serif", "Arial";
	font-size: 12px;
	font-style: normal;	
    line-height: 5mm;
}

a.bodyLink {
    font-family:  "Verdana", "Helvetica", "sans-serif", "Arial";
	font-size: 12px;
	color: #593700;
	text-decoration: underline;
	font-weight: normal;
}

a.bodyLink:hover {
	color: #AB8C4E;
	text-decoration: underline;
	font-weight: normal;
}

a.bodyLink:active {
	color: #593700;
	text-decoration: underline;
	font-weight: normal;
}

/*--- FRONT PAGES STYLES START HERE ---*/
.mainHead {
    font-family:  "Verdana", "Helvetica", "sans-serif", "Arial";
	font-size: 24px;
	font-style: normal;	
	color: #811788;
}

.pullout {
    font-family:  "Verdana", "Helvetica", "sans-serif", "Arial";
	font-size: 14px;
	font-style: normal;	
	color: #D15400;
}

.subHead, .sideMenu {
    font-family:  "Verdana", "Helvetica", "sans-serif", "Arial";
	font-size: 12px;
	font-style: normal;	
	color: #811788;
}

.subHeadBold {
    font-family:  "Verdana", "Helvetica", "sans-serif", "Arial";
	font-size: 12px;
	font-style: normal;	
	font-weight: bold;
	color: #811788;
    line-height: 5mm;
}

.subHeadBold2 {  // no line-height
    font-family:  "Verdana", "Helvetica", "sans-serif", "Arial";
	font-size: 12px;
	font-style: normal;	
	font-weight: bold;
	color: #811788;
}


a.subHeadBold {
    font-family:  "Verdana", "Helvetica", "sans-serif", "Arial";
	font-size: 12px;
	font-style: normal;	
	font-weight: bold;
	color: #811788;
	text-decoration: none;
}

a.subHeadBold:hover {
	color: #BF9FBF;
	text-decoration: underline;
	font-weight: bold;
}

a.subHeadBold:active {
	color: #811788;
	text-decoration: underline;
	font-weight: bold;
}

.introText {
	font-family:  "Verdana", "Helvetica", "sans-serif", "Arial";
	font-size: 12px;
	font-style: normal;	
	font-weight: bold;
	line-height: 5mm;
}

.sideMenuSelected {
    font-family:  "Verdana", "Helvetica", "sans-serif", "Arial";
	font-size: 12px;
	font-style: normal;	
	color: #FFFFFF;
}

.sideBarTitle {
    font-family:  "Verdana", "Helvetica", "sans-serif", "Arial";
	font-size: 11px;
	font-style: normal;	
	font-weight: bold;
	color: #FFFFFF;
}

.sideBarLink {
    font-family:  "Verdana", "Helvetica", "sans-serif", "Arial";
	font-size: 11px;
	font-style: normal;	
	
}

.footer {
    font-family:   "Arial", "Verdana", "Helvetica", "sans-serif";
	font-size: 10px;
	font-style: normal;	
}

/*---- FRONT PAGES STYLES END HERE ---*/

/*--- OLET STYLES START HERE ---*/
/*
It is important to set the height of the paragraph tag as these are used by the 
OLET tool instead of line breaks
*/
p {
	margin-top: 1px;
	margin-bottom: 1px;
}

/*
Specify the layout of the iframe control
*/
iframe {
	width: 450px; 
	height: 350px;
}

.IntroText {
    font-family: Verdana, Helvetica, sans-serif, Arial; 
    font-size: 12px; 
    color: #000000; 
    font-style: normal; 
	font-weight: bold;
}

.BodyText  {
    font-family: Verdana, Helvetica, sans-serif, Arial;
	font-size: 12px; 
	color: #000000; 
	font-style: normal; 
	font-weight: normal; 
}

.SubHead   {
    font-family: Verdana, Helvetica, sans-serif, Arial;
	font-size: 12px; color: #811788; 
	font-style: normal; 
	font-weight: bold;	
}
/* Custom tags
 * to make these available to OLET they need to be hardcoded into the styles array in
 * OLEditorTool.php
 */
.OrangePullout { 
	font-size: 15px; 
	color: #FF6633; 
	font-style: normal; 
	font-weight: bold; 
}
                           
.DarkGrey {
	font-size: 13px; 
	color: #8184A5; 
	font-style: normal; 
	font-weight: bold; 
}

.PageTitle { 
	font-size: 30px; 
	color: #3E5F79; 
	font-style: normal; 
	font-weight: bold; 
}

/*--- OLET SYTLES END HERE ---*/


/*--- LEFT MENU STYLES START HERE ---*/
a.leftMenuTopText {
    font-family:  "Verdana", "Helvetica", "sans-serif", "Arial";
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

a.leftMenuTopText:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.leftMenuTopText:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.leftMenuText {
    font-family:  "Verdana", "Helvetica", "sans-serif", "Arial";
	font-size: 12px;
	color: #811788;
	text-decoration: none;
	font-weight: bold;
}


a.leftMenuText {
    font-family:  "Verdana", "Helvetica", "sans-serif", "Arial";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.leftMenuText:hover {
	color: #811788;
	text-decoration: none;
	font-weight: bold;
}

a.leftMenuText:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
/*--- LEFT MENU SYTLES END HERE ---*/