/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	background-color: #000000;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
	color: #ffffff;
	margin: 0px;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	color: #003366;
}
H1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.75em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.58em;
	font-weight: 500;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H4
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.33em;
	font-weight: 500;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H5, DT
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H6
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

TFOOT, THEAD
{
	font-size: 1em;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}

TH
{
	vertical-align: baseline;
	font-size: 1em;
	font-weight: bold;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}


A:link
{
	text-decoration: none;
	color: #FC821D;
}

A:visited
{
	text-decoration: none;
	color: #FC821D;
}

A:active
{
	text-decoration: none;
	color: #FC821D;
}

A:hover
{
	color: #ffffff;
	text-decoration: none;
}

SMALL
{
	font-size: .7em;
}

BIG
{
	font-size: 1.17em;
}

BLOCKQUOTE, PRE
{
	font-family: Courier New, monospace;
}


UL LI
{
	list-style-type: square;
}

UL LI LI
{
	list-style-type: disc;
}

UL LI LI LI
{
	list-style-type: circle;
}

OL LI
{
	list-style-type: decimal;
}

OL OL LI
{
	list-style-type: lower-alpha;
}

OL OL OL LI
{
	list-style-type: lower-roman;
}

IMG
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 0px;
}

table
{
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
}

.contents 
{
	padding: 20px;	
}

.req 
{
	color: #FC821D;	
}

.req2
{
	font-size: 11px;
	color: #ff0000;
	font-weight: normal;
}

.note 
{
	color: #FC821D;
	font-size: 11px;
}

.top
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FC821D;
	text-transform: uppercase;
}

.top td
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FC821D;
	text-transform: uppercase;
}

.top a
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FDB812;
	text-decoration: none;
}

.top a:link
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FDB812;
	text-decoration: none;
}

.top a:visited
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FDB812;
	text-decoration: none;
}

.top a:active
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FDB812;
	text-decoration: none;
}

.top a:hover
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FC821D;
	text-decoration: none;
}

.page_header
{
	font-family: Tahoma;
	font-size: 22px;
	color: #fc821d;
	text-transform: uppercase;
}

.header
{
	font-family: Tahoma;
	font-size: 14px;
	color: #FFFFFF;
}

.header_1
{
	font-family: Tahoma;
	font-size: 14px;
	color: #fc821d;
	text-transform: uppercase;
}

.heading 
{
	font-family: Tahoma;
	font-size: 12px;
	color: #fc821d;
	font-weight: bold;
}

.heading_2
{
	font-family: Verdana;
	font-size: 12px;
	color: #fc821d;
}

.heading_3
{
	font-family: Verdana;
	font-size: 12px;
	color: #A4CE39;
	font-weight: bold;
	text-transform: capitalize;
}

.heading_4
{
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	color: #fc821d;
	line-height: 18px;
	font-family: Verdana;
}

a.small
{
	font-family: Verdana;
	font-size: 11px;
	color: #F78B1E;
	text-decoration: underline;
}

a.small:link
{
	font-family: Verdana;
	font-size: 11px;
	color: #F78B1E;
	text-decoration: underline;
}

a.small:visited
{
	font-family: Verdana;
	font-size: 11px;
	color: #F78B1E;
	text-decoration: underline;
}

a.small:active
{
	font-family: Verdana;
	font-size: 11px;
	color: #F78B1E;
	text-decoration: underline;
}

a.small:hover
{
	font-family: Verdana;
	font-size: 11px;
	color: #F78B1E;
	text-decoration: none;
}

a.small_2
{
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

a.small_2:link
{
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

a.small_2:visited
{
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

a.small_2:active
{
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

a.small_2:hover
{
	font-family: Verdana;
	font-size: 10px;
	color: #F78B1E;
	text-decoration: none;
}

.txt
{
	font-family: Verdana;
	font-size: 11px;
}

.txt_full 
{
	font-family: Verdana;
	font-size: 11px;
	width: 100%;
}

.btn
{
	border-right: #ffffff 1px outset;
	border-top: #ffffff 1px outset;
	font-weight: bold;
	font-size: 11px;
	border-left: #ffffff 1px outset;
	color: #ffffff;
	border-bottom: #ffffff 1px outset;
	font-family: Verdana;
	height: 22px;
	background-color: #c20003;
}

.btn_2
{
	border-right: #ffffff 1px outset;
	border-top: #ffffff 1px outset;
	font-weight: bold;
	font-size: 11px;
	border-left: #ffffff 1px outset;
	color: #ffffff;
	border-bottom: #ffffff 1px outset;
	font-family: Verdana;
	height: 22px;
	background-color: #008000;
}

.border
{
	border: solid 1px #313131;
}

td.hr_line
{
	background-image: url(images/hdots.gif);
	background-position-y: center;
	background-repeat: repeat-x;
	height: 1px;
}

td.v_line
{
	background-position-x: right;
	background-image: url(images/vdots.gif);
	background-repeat: repeat-y;
}

td.v_line_left
{
	background-image: url(images/vdots.gif);
	background-repeat: repeat-y;
}

a.top10
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.top10:link
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.top10:visited
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.top10:active
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.top10:hover
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #676767;
	text-decoration: underline;
}

a.white
{
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

a.white:link
{
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

a.white:visited
{
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

a.white:active
{
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

a.white:hover
{
	font-family: Verdana;
	font-size: 12px;
	color: #F78B1E;
	text-decoration: none;
}

a.a_title
{
	font-family: Verdana;
	font-size: 12px;
	color: #FC821D;
	font-weight: bold;
	text-decoration: underline;
}

a.a_title:link
{
	font-family: Verdana;
	font-size: 12px;
	color: #FC821D;
	font-weight: bold;
	text-decoration: underline;
}

a.a_title:visited
{
	font-family: Verdana;
	font-size: 12px;
	color: #FC821D;
	font-weight: bold;
	text-decoration: underline;
}

a.a_title:active
{
	font-family: Verdana;
	font-size: 12px;
	color: #FC821D;
	font-weight: bold;
	text-decoration: underline;
}

a.a_title:hover
{
	font-family: Verdana;
	font-size: 12px;
	color: #FC821D;
	font-weight: bold;
	text-decoration: none;
}

.txt_red
{
	font-family: Verdana;
	font-size: 10px;
	color: #FF0000;
}

.dotted_left
{
	border-left: solid 1px #313131;
}

.dotted_right
{
	border-right: solid 1px #313131;
}

.dotted_bottom
{
	border-bottom: solid 1px #313131;
}

.dotted_top
{
	border-top: solid 1px #313131;
}

.brdr 
{
	border: solid 1px #313131;
}

.txt_2
{
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	color: #fc821d;
}

.txt_3 
{
	font-size: 14px;
}

.imgThumbnail 
{
	width: 90px;
	height: 75px;	
}

.imgThumbnail_2
{
	width: 80px;
	height: 60px;	
}

.imgThumbnailGallery
{
	height: 50px;	
}

.imgThumbnailGallery_2
{
	height: 50px;	
	width: 65px;
}

a.a_home_title
{
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	font-family: Verdana;
	text-decoration: none;
}

a.a_home_title:link
{
	color: #FFFFFF;
	text-decoration: none;
}

a.a_home_title:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

a.a_home_title:active
{
	color: #FFFFFF;
	text-decoration: none;
}

a.a_home_title:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

a.a_home_title_2
{
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	font-family: Verdana;
	text-decoration: none;
}

a.a_home_title_2:link
{
	color: #FFFFFF;
	text-decoration: none;
}

a.a_home_title_2:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

a.a_home_title_2:active
{
	color: #FFFFFF;
	text-decoration: none;
}

a.a_home_title_2:hover
{
	color: #A4CE39;
	text-decoration: none;
}

.dv_Ads
{
	border-right: #313131 1px solid;
	border-top: #313131 1px solid;
	border-left: #313131 1px solid;
	border-bottom: #313131 1px solid;
	font-size: 14px;
	color: #ffffff;
	width: 175px;
	text-align: center;
	height: 280px;
}

.txt_small 
{
	font-family: Tahoma;
	font-size: 11px;
	color: #fc821d;
}

.btn_tab_sel 
{
	background-color: #5D5D5D;
	width: 75px;
	height: 22px;
	border: 0px;
	font-family: Tahoma;
	font-size: 11px;
}

.login_box 
{
	color: #CCCCCC;
}

.login_box .heading 
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
}

.login_box .txt 
{
	border: 0px;
	background-color: #4F4F4F;
	height: 18px;
	color: #ffffff;
	font-size: 12px;
}

.login_box a.a1:link
{
	font-family: Verdana;
	font-size: 11px;
	color: #ED1C24;
	text-decoration: none;
}

.login_box a.a1:visited
{
	font-family: Verdana;
	font-size: 11px;
	color: #ED1C24;
	text-decoration: none;
}

.login_box a.a1:active
{
	font-family: Verdana;
	font-size: 11px;
	color: #ED1C24;
	text-decoration: none;
}

.login_box a.a1:hover
{
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}

.login_box a.a2:link
{
	font-family: Verdana;
	font-size: 11px;
	color: #FDC689;
	text-decoration: none;
}

.login_box a.a2:visited
{
	font-family: Verdana;
	font-size: 11px;
	color: #FDC689;
	text-decoration: none;
}

.login_box a.a2:active
{
	font-family: Verdana;
	font-size: 11px;
	color: #FDC689;
	text-decoration: none;
}

.login_box a.a2:hover
{
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}

.bt_line 
{
	border-bottom: solid 1px #ffffff;	
}

.dgHeader
{
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #ffffff;
	font-family: Tahoma;
	background-color: #585858;
}

.dgItem 
{
	
}

.dgAltItem
{
	background-color: #222222;
}

.dgPager 
{
	text-align: right;
	background-color: #1A1A1A;
}