body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	font-style: normal;
	color: #666666;
}
.hed1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #707A86;
}
.hed_bg {
	background-image: url(images/admin_hed_bg.jpg);
	background-repeat: repeat-x;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.header_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}
.left_body {
	background-image: url(images/blue_bg_left.jpg);
	background-repeat: repeat-y;
	background-position: right;
}



.border_header {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.border_new {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}


.broder_row {
	border-bottom-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #E8E8E8;
	border-right-color: #E8E8E8;
	border-bottom-color: #E8E8E8;
	border-left-color: #E8E8E8;
}
.broder_row strong {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}


.small_menu {
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: outset;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: outset;
	border-top-color: #9FB9DA;
	border-right-color: #707A86;
	border-bottom-color: #5683A7;
	border-left-color: #5F6670;
	background-color: #E8EFF7;
}
.border {
	border: 2px solid #CCCCCC;
}
.img_border {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.submita {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #335273;
	text-decoration: none;
	background-color: #EFEFEF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
}


.td_blue {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #345170;
	font-weight: bold;
}
.td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}




.hed2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EB5C3C;
	font-weight: bolder;
}

/*************************************************************/
/** Anchor pseudo-classes - Hyper-Links Style               **/
/** All 'A' elements with an 'HREF' attribute will be put   **/
/** into one and only one of these groups (i.e. target      **/
/** anchors are not affected).                              **/
/** A:link        unvisited link 							**/
/** A:visited     visited links                             **/
/** A:active      active links                              **/
/** A:Hover                                                 **/
/*************************************************************/
a:link,a:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: Bold;
	color: #4B6567;
	text-decoration: none;
}
a:hover,a:active {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: Bold; 
	color: #0099CC;                      
	text-decoration: underline;
}

.submit
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #333333;
	width: auto;
	height: 18px;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #707A86;
}


.input {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 2px;
	color: #006699;
	background-color: #FEF7C0;
	border: 1px solid #707A86;
	height: 18px;
}
.hed2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #003366;
}
.hed3 {  /* Category Menu Headers */
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: Normal;
	color: #0099CC;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #666666;
}
.input_larg {

	width: 250px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 2px;
	color: #006699;
	background-color: #E8EFF7;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #707A86;
	border-right-color: #707A86;
	border-bottom-color: #707A86;
	border-left-color: #707A86;
}
.bgbg {
	background-image: url(images/2.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 147px;
}

.input2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 2px;
	color: #006699;
	background-color: #E8EFF7;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: solid;
	border-top-color: #707A86;
	border-right-color: #707A86;
	border-bottom-color: #707A86;
	border-left-color: #707A86;
}
.hed4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
	color: #333333;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
}
.inputselect {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 2px;
	color: #006699;
	background-color: #E8EFF7;
	border: 1px solid #707A86;
	width: 180px;
}
.admin_sub_td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.indexlink {
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}


.admin_td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #414141;
	height: 22px;
}
.adminbg {
	background-image: url(images/admin_hed_bg.jpg);
	background-repeat: repeat-x;
}
.admin_tdCopy {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #333333;
	height: 22px;
}
.td_gry {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #fafafa;
}
.table_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background-color: #fafafa;
}

.small_menu {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	color: #fef8e7;
	text-decoration: underline;
	background-color: #fafafa;
}
.reg_table1 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #fef8e7;
}
.hed2_index {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	font-weight: bolder;
}
.broder_rowCopy {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.submitCopy {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #333333;
	width: 90px;
	height: 18px;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #707A86;
}
.hed4Copy {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 3ex;
	font-weight: normal;
	color: #FFFFFF;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
}
.border_feld {
	white-space: nowrap;
	width: 155px;
	border: 1px solid #7495C2;
	margin: 4px;
	height: auto;
	border-radius: 25px 55px;
	padding-top: 0px;

}
.hed3_FELD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7495C2;
}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #335273;
	text-decoration: none;
}
.rit_body {
	background-image: url(images/blue_bg_right.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
