/* CSS STYLE SHEET FOR START USE ON ALL WEBSITES
   FONT: VERDANA, ARIAL, HELVETICA, SANS-SERIF */

/******************** SCROLLBARS ********************/
body {
   scrollbar-face-color: #340E01;
   scrollbar-shadow-color: #541701;
   scrollbar-highlight-color: #832301;
   scrollbar-3dlight-color: #999999;
   scrollbar-darkshadow-color: #531600;
   scrollbar-track-color: #000000;
   scrollbar-arrow-color: #FFFFFF; }
   
}

/******************** LINKS ********************/

a:link       { color: #FFFFFF; 
			   background: transparent; 
			   text-decoration: none; 
			   font-family: Georgia, Times New Roman, Times, serif; 
			   font-size: 12px;
			   image bordercolor: #FFFFFF;
			   
			 }
			 
a:visited    { color: #FFFFFF; 
			   background: transparent; 
			   text-decoration: none; 
			   font-family: Georgia, Times New Roman, Times, serif; 
			   font-size: 12px;
			   link bordercolor: #000000
			   
			 }
			 
a:hover      { color: #5F97D5; 
			   background: transparent; 
			   text-decoration: underline; 
			   font-family: Georgia, Times New Roman, Times, serif; 
			   font-size: 12px;
			 }

a:active     { color: #FFFFFF; 
			   background: transparent; 
			   text-decoration: none; 
			   font-family: Georgia, Times New Roman, Times, serif; 
			   font-size: 11px;
			 }

.body
{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}			 
			 
/******************** ORANGE FONTS *******************/
.font_orange_10 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	color: #F47820;
}			 

.font_orange_12 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #F47820;
}			 

.font_orange_12b {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FF6600;
	font-weight: bold;
; text-decoration: underline
}			 
			 

/******************** BLUE FONTS *********************/
.font_blue_10 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	color: #4580C2;
}

.font_blue_12 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #4580C2;
}

.font_blue_12b {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #4580C2;
	font-weight: bold;
}

/******************** WHITE FONTS ********************/
.font_white_10 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	color: #FFFFFF;
}
.font_white_11 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	color: #FFFFFF;
}
.font_white_12 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}
.font_white_14 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #FFFFFF;
}
.font_white_16 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color: #FFFFFF;
}

.font_white_18_bold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

.font_white_24_bold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}

.Copyright {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}

.Order {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
/******************** BLACK FONTS ********************/
.fontblack9 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 9px;
	color: #000000;
}

.fontblack10 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	color: #000000;
}
.fontblack12 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #000000;
}
.fontblack14 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #000000;
}
.fontblack16 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color: #000000;
}
.fontblack18 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	color: #000000;
}

/******************** GREY FONTS ********************/
.fontgrey10 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	color: #999999;
}
.fontgrey12 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #999999;
}
.fontgrey14 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #999999;
}
.fontgrey16 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color: #999999;
}

/******************** RED FONTS ********************/

.fontred8 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 9px;
	color: #990000;
}

.fontred10 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	color: #990000;
}
.fontred12 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #990000;
}

/******************** AQUA FONTS ********************/

.font_aqua_9 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 9px;
	color: #51777C;
}

.font_aqua_10 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	color: #51777C;
}
.font_aqua_12 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #51777C;
; font-weight: bold
}

.font_aqua_14 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #51777C;
}

/******************** OPTIONS COLORS ****************/

.option_delete {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	font-weight: bold; 
	color: #F50000
}

.option_add {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	font-weight: bold; 
	color: #83753F;
	
}

.option_view{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	font-weight: bold; 
	color: #D45000;
	
}

.option_edit {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	font-weight: bold; 
	color: #4D6036;
	
}

/******************** TEXT BOXES ********************/
.txtbox { 
  		BACKGROUND-COLOR: #D8EBFF; 
		COLOR: #000000; 
		FONT-FAMILY: verdana, helvetica, arial; 
		FONT-SIZE: 12px 
		background: #D8EBFF; 
		border: 1 solid #000000; }
		
.txtbox_c { 
  		BACKGROUND-COLOR: #FFFFFF; 
		COLOR: #000000; 
		FONT-FAMILY: verdana, helvetica, arial; 
		FONT-SIZE: 12px 
		background: #FFFFFF; 
		border: 1 solid #000000; }
		
.login_box { 
		height: 15px;
  		BACKGROUND-COLOR: #323232; 
		COLOR: #FFF5ED; 
		FONT-FAMILY: verdana, helvetica, arial; 
		FONT-SIZE: 10px;
		background: #323232; 
		border: 1 solid #000000; }
				
				
.txtboxmid {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold; 
	background-color: #F2F2F2;
	border: 1px solid #000000;
}
.txtboxsm {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	background-color: #F2F2F2;
	border: 1px solid #000000;
}
.txtboxwhite {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
.txtboxwhitesm {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
/******************** DROP DOWNS ********************/
.dropdown {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	background-color: #EEEEEE;
	border: 1px solid #000000;
}
.dropdownsm {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	background-color: #EEEEEE;
	border: 1px solid #000000;
}
/******************** BUTTONS ********************/
.button {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #CC3333;
	border: 1px solid #000000;
}
.buttonmid {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #CC3333;
	border: 1px solid #000000;
}
.buttonsm {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #CC3333;
	border: 1px solid #000000;
}
/******************** GREY BACKGROUNDS ********************/
.bglightgrey {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #000000;
	background-color: #AAB6C8;
	border: 1px solid #000000;
}
.bglightgrey2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #000000;
	background-color: #F7F7F7;
}
.bggrey {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	color: #000000;
	background-color: #E5E5E5;
}

.bg_warm_grey {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	color: #000000;
	background-color: #F7F3EA;
}

.bg_ultra_light_grey {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	color: #000000;
	background-color: #FBFBFB;
	border: 1px solid #545454;
}

.bggrey_choose {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	color: #000000;
	background-color: #E5E5E5;
	border: 1px solid #000000;
}

.bggrey_black_outline_title {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-color: #E5E5E5;
	border: 1px solid #000000;
}

.bg_light_grey_row {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	color: #000000;
	background-color: #F4F4F4;
	border-bottom: 1px solid #000000;
	/* border-right: 1px solid #000000;
	border-left: 1px solid #000000; */
}

/******************** MAIN WINDOW BACKGROUND **************/

.main_window_back {
	background-color: #FDFEFE;
	/*border-left: 1px solid #EAEAEA;*/
	/*border-right: 1px solid #EAEAEA;*/
}

/******************** BLUE BACKGROUNDS ********************/
.bgblue_title {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #51777C;
	border: 1px solid #000000;
}

.bg_light_blue_row {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	background-color: #DFEAEB;
	border-bottom: 1px solid #000000;
; font-weight: bold; text-decoration: underline
	/* border-right: 1px solid #000000;
	border-left: 1px solid #000000; */
}

/******************* YELLOW BACKGROUNDS ******************/

.bg_light_yellow_row {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	color: #000000;
	background-color: #F6EFCA;
	border-bottom: 1px solid #000000;
	/* border-right: 1px solid #000000;
	border-left: 1px solid #000000; */
}

.text {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000033;
	text-align: justify;
}

.text_grey {
	font-family: Verdana;
	font-size: 10px;
	color: #999999;
}

.text_title {
	font-family: Verdana;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000033;
	text-align: justify;
}

.package_title {
	font-family: Verdana;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #B65A00;
	text-align: justify;
}

.package_new {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #B73B0A;
	text-align: justify;
}

.text2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000033;
}

.text_tab {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000033;
}

.textsm {

	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000033;
}

.textwhite {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-align: justify;

}

.toplinks_white {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-align: justify;

}

.toplinks_yellow {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FCFD04;
	text-align: justify;

}

.blue_head {

	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-style: none;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
}

.rip_news_head {

	font-family: Verdana;
	font-size: 14px;
	font-style: none;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: underline;
	color: #355408;
}

.rip_news_headline {

	font-family: Verdana;
	font-size: 9px;
	font-style: none;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #355408;
}

.form_text { 
		BACKGROUND-COLOR: #FBFBFB; 
		COLOR: #000000; 
		FONT-FAMILY: verdana; 
		FONT-SIZE: 12px 
		background: #FFFFFF; 
		border: 1 solid #9D9D9D; }
		
.table_head { 
		
		COLOR: #FFFFFF;
		font-weight: bold; 
		FONT-FAMILY: verdana; 
		FONT-SIZE: 12px; 
		background: #000000; 
		border: 1 solid #9D9D9D; }		
.Font_Aqua_bold_16 {  font-family: "Font Aqua 16 Bold"; font-size: 24px; font-style: normal; line-height: normal; font-weight: bold; color: #0066CC}
