/* 
Use "id" paramaters to set background colours
Use "class" paramaters to set text & hyperlink styles
*/

/*-------------- Background Colour Pallette --------------------*/
 
#BackgroundColour1
{
 /*Kahki Background*/
 background-color: #D9E0BE;
}

#BackgroundColour2
{
 /*Sage Green Background*/
 background-color: #B3CAA3;
}

#BackgroundColour3
{
 /*White Background*/
 background-color: White;
}

#BackgroundColour4
{
 /*Sea Foam Green Background*/
 background-color: #F1FFE3;
}

#BackgroundColour5
{
 /*Peach Background*/
 background-color: #FFEED5;
}


/*-------------- Text Formatting --------------------*/
H1  
{
 /*Orange Header*/
 color : #FF9933;
 font : Arial;
 font-weight : bold;
 font-family : Arial;
 font-size : large;
 text-align : left;
}

H2  
{
 /*Forrest Green Header*/
 color : #30732B;
 font : Arial;
 font-weight : bold;
 font-family : Arial;
 font-size : large;
 text-align : left;
}

H3  
{
 /*Smaller Orange Header*/
 color : #FF9933;
 font : Arial;
 font-weight : bold;
 font-family : Arial;
 font-size : small;
 text-align : left;
}

p.TextStyle1
{
 /*Dark Green Standard Text*/
 /*color : #1c371c;*/
 color : #30732B;
 font : Arial;
 font-family : Arial;
 font-size : small;
 text-align : left;
}

p.TextStyle2
{
 /*Dark Green Copyright Text*/
 color : #1c371c;
 font : Arial;
 font-weight : bold;
 font-family : Arial;
 font-size : small;
 text-align : right;
}

p.TextStyle3
{
 /*Sage Green Standard Text*/
 color : #B3CAA3;
 font : Arial;
 font-weight : normal;
 font-family : Arial;
 font-size : small;
 text-align : left;
}

p.TextStyle4
{
 /*Forrest Green Standard Text*/
 color : #30732B;
 font : Arial;
 font-weight : normal;
 font-family : Arial;
 font-size : small;
 text-align : left;
}

p.TextStyle5
{
 /*Orange To Match H1 Text*/
 color : #FF9933;
 font : Arial;
 font-weight : bold;
 font-family : Arial;
 font-size : large;
 text-align : left;
}

tr.TimeTableText1
{
 /*Forrest Green Timetable Text*/
 color : #30732B;
 font : Arial;
 font-weight : normal;
 font-family : Arial;
 font-size : x-small;
 text-align : left;
}

/*-------------- Anchor/Hyperlink Text Formatting --------------------*/

a.LinkStyle1,a:visited.LinkStyle1,a:hover.LinkStyle1
{
 /*Not Defined - use browser defaults*/
}

/*-------------- Horizontal Rule Style Formatting --------------------*/

hr
{
 color: #D9E0BE;
 background-color: #D9E0BE;
 height: 5px;
}

table.TimeTable
{
 /*Border Style for Timetable*/
 border-style: solid;
 border-color: white;
 border-width: 1px;
 border-spacing: 1px;
 border-collapse: collapse;
}
