/* 
  RebelSite Syle Sheet
*/

body         {
	font-family : Verdana,Geneva, Arial,Helvetica,Sans-serif;
	font-style : normal;
	font-variant: normal;
	font-weight : normal;
	font-size : 100%;
	color: black ;
	margin-left : 0px;
	margin-top: 0px;
	margin-right : 0px;
	margin-bottom: 0px;
}



/* Color behind blue logo area */
.logo_canvas {
    color : white	;
	background-color : #0033CC;
}


/* Color of higlight line under blue logo area */
.main_underline {
	background-color : #FF9933;
}


/* Define the color, font and size of Links (Anchor tags) */

a {	  
	font-family : Verdana,Geneva, Arial,Helvetica,Sans-serif;
	text-decoration : none;
	font-weight : bold;
	font-size : x-small;
	color : Blue;
}

/* Now make text links LIGHT UP when the mouse passes over them */

a:hover   	{
    color : #FF9933;
}

a:VISITED   	{
	color : Blue;
}

/*-------------------------------------------------------------*/

.menu {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
}


/*-------------------------------------------------------------*/

h1 {
    color : #FF9933;
	font-family : Verdana,Geneva, Arial,Helvetica,Sans-serif;
	font-weight : bold;
	font-size : medium;
}

.page_heading {
    color : #FF9933;
	font-family : Verdana,Geneva, Arial,Helvetica,Sans-serif;
	font-weight : bold;
	font-size : large;
}

.main_heading {
	color : #000099;
    font-family : Verdana,Geneva, Arial,Helvetica,Sans-serif;
    font-weight : bold;
    font-size : small;
}

.main_text {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	font-weight : normal;
	color : black;
	vertical-align : top;
}

.main_text_emphasis {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	font-weight : bold;
	color : navy;
	vertical-align : top;
}


.main_text_highlight {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	font-weight : bold;
    color : #FF9933;
	vertical-align : top;
}

.sub_heading {
    color : #000099;
    font-family : Verdana,Geneva, Arial,Helvetica,Sans-serif;
    font-weight : bold;
    font-size : x-small;
}


/*-------------------------------------------------------------*/

hr {
    height : 1;
    color : Silver;
	width : 100%;
}	


td.col_headings {
	font-family : Verdana,Geneva, Arial,Helvetica,Sans-serif;
	background-color : #C3E2FF;
	font-size : 75%;
	color : Black;
}


.inverse_title_small {
	background-color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : xx-small;
	font-weight : bold;
	color : White;
}


.error_text {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	font-weight : normal;
	color : red;
}


