/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	background-color: white;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
    SCROLLBAR-FACE-COLOR: #A3A3A3;
	SCROLLBAR-HIGHLIGHT-COLOR: #CCCCCC;
	SCROLLBAR-SHADOW-COLOR: #CCCCCC;
	SCROLLBAR-3DLIGHT-COLOR: #CCCCCC;
	SCROLLBAR-ARROW-COLOR: #000000;
	SCROLLBAR-TRACK-COLOR: #CCCCCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 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
{
	color: mediumblue;
	text-decoration: none;
}

A:visited
{
	text-decoration: none;
	color: mediumblue;
}

A:active
{
	text-decoration: none;
	color: mediumblue;
}

A:hover
{
	color: orange;
	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: Tahoma;
	font-size: x-small;
}

.txt
{
	font-family: Tahoma;
	font-size: x-small;
	border: lightgrey 1px solid;
}

.btn
{
	font-family: Tahoma;
	font-size: x-small;
	border-top: lightgrey 1px solid;
	border-bottom: lightgrey 1px solid;
}

.contents
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	vertical-align: top;
}

.pls_wait
{
	border-right: gray 3px solid;
	padding-right: 5px;
	border-top: gray 3px solid;
	padding-left: 5px;
	font-size: x-small;
	padding-bottom: 5px;
	border-left: gray 3px solid;
	color: red;
	padding-top: 5px;
	border-bottom: gray 3px solid;
	font-family: tahoma;
	background-color: whitesmoke;
}

.header_1
{
	border-top: lightgrey 1px solid;
	border-bottom: lightgrey 1px solid;
	font-weight: bold;
	font-size: x-small;
	color: #0d5cb0;
	font-family: tahoma;
	text-align: center;
	height: 28px;
}

.footer_1
{
	border-top: lightgrey 1px solid;
	border-bottom: lightgrey 1px solid;
	text-align: center;
}

.heading 
{
	font-family: tahoma;
	font-size: 9pt;
	font-weight: bold;
	color: #0d5cb0;
}

.cv_img_size 
{
	width: 100px;
	height: 110px;
	cursor: hand;
}

.pic_img_size
{
	width: 130px;
	height: 100px;
	cursor: hand;
}

.btn
{
	border-right: gainsboro 1px double;
	border-top: gainsboro 1px double;
	font-size: 12px;
	BACKGROUND-POSITION-Y: center;
	background-image: url(images/btn.jpg);
	border-left: gainsboro 1px double;
	width: 75px;
	color: black;
	border-bottom: gainsboro 1px double;
	background-repeat: repeat-x;
	font-family: tahoma;
	height: 20px;
}

.PageSel
{
	background-position: center center;
	font-weight: bold;
	font-size: x-small;
	background-image: url(images/page2.gif);
	width: 26px;
	height: 30px;
	color: gray;
	line-height: 30px;
	background-repeat: no-repeat;
	font-family: Tahoma;
	text-align: center;
}

.PageNotSel:link
{
	BACKGROUND-POSITION: center center;
	background-repeat: no-repeat;
	color: gray;
	text-decoration: none;
	background-image: url(images/page.gif);
	height: 30px;
	width: 26px;
	text-align: center;
	line-height: 30px;
}	
		
.PageNotSel:visited	{	
	BACKGROUND-POSITION: center center;
	background-repeat: no-repeat;
	color: gray;
	text-decoration: none;
	background-image: url(images/page.gif);
	height: 30px;
	width: 26px;
	text-align: center;
	line-height: 30px;
	}	
		
.PageNotSel:active	{	
	BACKGROUND-POSITION: center center;
	background-repeat: no-repeat;
	color: gray;
	text-decoration: none;
	background-image: url(images/page.gif);
	height: 30px;
	width: 26px;
	text-align: center;
	line-height: 30px;
	}	
		
.PageNotSel:hover
{
	BACKGROUND-POSITION: center center;
	background-repeat: no-repeat;
	color: gray;
	text-decoration: none;
	background-image: url(images/page2.gif);
	height: 30px;
	width: 26px;
	text-align: center;
	line-height: 30px;
}

.bt_line
{
	border-bottom: darkgray 1px solid;
}

.tbl_header
{
	border-top: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
	font-family: tahoma;
	background-color: whitesmoke;
	font-size: 9pt;
	font-weight: bold;
	color: #0d5cb0;
}

a.news
{
	font-weight: normal;
	font-size: 11px;
	color: #ffffff;
	font-family: tahoma;
}
a.news:link
{
	text-decoration: none;
	color: #ffffff;
}
a.news:visited
{
	text-decoration: none;
	color: #ffffff;
}
a.news:hover
{
	color: moccasin;
	text-decoration: none;
}
a.news:active
{
	text-decoration: none;
	color: aliceblue;
}

.vert_line
{
	BACKGROUND-POSITION-X: 60%;
	background-image: url(images/vertical.gif);
	background-repeat: repeat-y;
}

/* ---------------------------
------------------------------
--------------------------- */

.txt1
{
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.txtbx
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	border: 1px solid #999999;
}

.bar
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a.y
{
	font-family: tahoma;
	font-size: 13px;
	color: #000066;
	font-weight: bold;
}

a.y:link
{
	text-decoration: none;
}

a.y:visited
{
	text-decoration: none;
}

a.y:hover
{
	text-decoration: none;
	color: #FF0000;
}

a.y:active
{
	text-decoration: none;
}

a.x
{
	font-family: tahoma;
	font-size: 11px;
	color: #801E45;
	font-weight: normal;
}
a.x:link
{
	text-decoration: none;
	font-family: tahoma;
	font-size: 11px;
	color: #801E45;
}
a.x:visited
{
	text-decoration: none;
	font-family: tahoma;
	font-size: 11px;
	color: #801E45;
}
a.x:hover
{
	text-decoration: none;
	font-family: tahoma;
	font-size: 11px;
	color: #FF780C;
}
a.x:active
{
	text-decoration: none;
	font-family: tahoma;
	font-size: 11px;
	color: #A98B5A;
}
.titlr
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #1473C5;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.titlr1
{
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #1473C5;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
