.tablebanner { background-image: URL("images/banner.jpg");
			   background-repeat: no-repeat;
			   background-position: center;
			   font-size: 22px;
			   font-family: Tahoma;
			   color: #003399; }

.MainPageText { color: #000045;
				cursor: auto;
				font-size: 11px;
				font-family: tahoma;
				padding-right: 10;
				padding-top: 5;
				text-align: justify; }

.SiteStatus { font-size: 11px;
			  font-family: tahoma;
			  color: #000045;
			  text-align: center; }

.MainPageTable { font-size: 11px;
				 font-family: tahoma;
				 color: #000045;
				 border-width: 1;
				 border-style: solid;
				 border-color: #C3DFEB; }

body { font-size: 13px;
	   font-family: tahoma;
	   font-style: normal;
	   color: #000045;
	   cursor: default;
	   background-image: URL("images/back.jpg");
	   background-repeat: repeat-y;
	   background-position: top;
	   background-color: #F7FBFE; }

br { clear: all;
     clear: both; }

.error { color: #FF0000; }

.LeftLink { background-image: URL("images/button.gif");
			background-repeat: no-repeat;
			background-position: center;
			cursor: Hand; cursor: Pointer;
			font-family: tahoma;
			font-size: 12px;
			font-weight: bold;
			color: #000045;
			padding-left: 11;
			padding-top: 7;
			padding-bottom: 8; }

.LeftLinkSelected { background-image: URL("images/button_selected.gif");
					background-repeat: no-repeat;
					background-position: center;
					font-family: tahoma;
					font-size: 12px;
					font-weight: bold;
					color: #E9F1F5;
					padding-left: 11;
					padding-top: 7;
					padding-bottom: 8; }

.LeftLinkHover { background-image: URL("images/button_hover.gif");
				 background-repeat: no-repeat;
				 background-position: center;
				 cursor: Hand; cursor: Pointer;
				 font-family: tahoma;
				 font-size: 12px;
				 font-weight: bold;
				 color: #003399;
				 padding-left: 11;
				 padding-top: 7;
				 padding-bottom: 8; }

.FormInput { background: inherit;
			 background-image: URL("images/form_input_back.gif");
			 border-width: 1;
			 border-color: #C3DFEB;
			 border-style: solid;
			 color: #000045;
			 font-family: Tahoma;
			 font-size: 11px; }

.FormFile { background: inherit;
			background-image: URL("images/form_input_back.gif");
			border-width: 1;
			border-color: #C3DFEB;
			border-style: solid;
			color: #000045;
			font-family: Tahoma;
			font-size: 11px; }

.FormFileHidden { background: inherit;
				  background-image: URL("images/form_input_back.gif");
				  border-width: 1;
				  border-color: #C3DFEB;
				  border-style: solid;
				  color: #000045;
				  font-family: Tahoma;
				  font-size: 11px;
				  position: relative;
				  -moz-opacity:0 ;
				  filter:alpha(opacity: 0);
				  opacity: 0;
				  z-index: 2; }

.FileInput { position: relative; }

.FormFakeFile { align: top;
				color: #003399;
				font-family: Tahoma;
				font-size: 11px;
				position: absolute;
				top: 0px;
				left: 0px;
				z-index: 1; }				  

.FormTextArea { background-image: URL("images/form_textarea_back.gif");
				background-repeat: repeat-x;
				border-color: #C3DFEB;
				border-style: solid;
				border-width: 1;
				color: #000045;
				width: 319;
				height: 134;
				font-family: Tahoma;
				font-size: 11px; }

.FormSubmit { background: inherit;
			  background-repeat: no-repeat;
			  background-image: URL("images/submit.gif");
			  border-style: none;
			  color: #000045;
			  cursor: Pointer; cursor: Hand;
			  font-family: Tahoma;
			  font-size: 11px;
			  height: 20;
			  width: 65; }

.FormSubmitHover { background: inherit;
				   background-repeat: no-repeat;
				   background-image: URL("images/submit_hover.gif");
				   border-style: none;
				   color: #000045;
				   cursor: Pointer; cursor: Hand;
				   font-family: Tahoma;
				   font-size: 11px;
				   height: 20;
				   width: 65; }


.FormCheckBox { border-color: #C3DFEB; }

.FormSelectOption { background-color: #EEf7F9;
					color: #000045; }

.FormSelectOptionHover { background-color: #FFFFFF;
						 color: #FF9900; }

.Footer { background-image: URL("images/base.gif");
		  background-repeat: no-repeat;
		  background-position: bottom;
		  font-family: tahoma;
		  padding-bottom: 0;
		  font-size: 12px;
		  font-weight: bold;
		  color: #000045;
		  text-align: center; }

a:visited,a:link,a:active { text-decoration: none;
							color: #003399; }

a:hover { text-decoration: none;
		  color: #FF9900; }