/* HTML Elements*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:hover {
color:#0000CC;
text-decoration:underline;
}

p {
	margin-left: 4px;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	text-align:justify;
	font-family: "Arial";
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #63646A;
	text-decoration: none;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

h1 {
	font-family: "Tahoma";
	font-size: 12px;
	font-weight:bold;
	color: #2f7194;
	padding-left:4px;
	margin:0px;
	margin-bottom:8px;
}
h2 {
	font-family: "Tahoma";
	font-size: 14px;
	font-weight: bold;
	color: #2f7194;
	padding-left:4px;
	margin:0px;
	margin-bottom:8px;
}

h3 {
	font-family: "Tahoma";
	font-size: 16px;
	font-weight: bold;
	color: #2f7194;
	padding-left:4px;
	margin:0px;
	margin-bottom:8px;
}
h4 {
	font-family: "Tahoma";
	font-size: 12px;
	font-weight:bold;
	color: #2f7194;
	padding-left:4px;
	margin:0px;
	margin-bottom:8px;
	border-bottom: 1px solid #8A8A8A;
}
h5 {
	font-family: "Tahoma";
	font-size: 14px;
	font-weight: bold;
	color: #2f7194;
	padding-left:4px;
	margin:0px;
	margin-bottom:8px;
	border-bottom: 1px solid #8A8A8A;
}

h6 {
	font-family: "Tahoma";
	font-size: 16px;
	font-weight: bold;
	color: #2f7194;
	padding-left:4px;
	margin:0px;
	margin-bottom:8px;
	border-bottom: 1px solid #8A8A8A;
}

/*CUSTOMIZED ELEMENTS*/

.link_bottom {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #63646A;
	text-decoration: none;
	text-align:left;	
}

.link_body {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #63646A;
	text-decoration: none;
}

.header_body {
	font-family: "Tahoma";
	font-size: 18px;
	font-weight: bold;
	color: #2f7194;
	padding-left:4px;
	margin:0px;
	margin-bottom:12px;
}

.style1 {font-size: 14px; font-style: normal; font-weight: bold; text-decoration: none; font-family: Tahoma;}
.style2 {font-family: Arial; font-size: 10px; font-style: normal; line-height: normal; text-decoration: none; color: #7E8E97; }

/* MENU														*/
.v-menu{
	border:solid 1px #7F9FBF;
	width:160px;
}
ul.v-menu, .v-menu li{
    padding:0;
    margin:0;
    list-style:none;
}
ul.v-menu{
    clear:both;
    margin-top:0px;
    padding:0px 0px;
	}
.v-menu li a{
        color:#555555;
        font-weight:bold;
		font-family: Tahoma;
		font-size: 12px;
        display:block;
        padding:0px;
		padding-left:10px;
        text-decoration:none;
		margin-left:2px;
		margin-top:8px;
		margin-bottom:8px;
		text-align:left;
}
.v-menu li a:hover{
        color:#0000CC;
}

/* WILL BE DELETED LATER*/

.Header2 {
	font-family: "Arial";
	font-size: 12px;
	font-style: normal;
	color: #2f7194;
	text-decoration: none;
	font-weight: bold;
}

.input1 {
	font-family: "Arial", Arial, Helvetica, sans-serif;
	font-size: 11px;
    color: #63646A;
	border-style:solid;
	border-color:#000000;
	border-width:1px;
	padding:2px;
}

.button1 {

	background-color: #CCCCCC;
	font-family: "Arial", Arial, Helvetica, sans-serif;
	font-size: 11px;
	white-space:nowrap;
	text-align:center;
	vertical-align:middle;
	color: #000000;
	border-style:solid;
	border-color:#000000;
	border-width:1px;
	padding:2px;
}

.Text1 {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #63646A;
	text-decoration: none;
}
.Link1 {
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #7E8E97;
	text-decoration: none;
}

.Link3 {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	color: #7E8E97;
}

.Link4 {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #63646A;
	text-decoration: none;
	text-align:left;
}

.Table1 {
	padding-bottom: 12px;
	border: 1px solid #CCCCCC;
}
.Table2 {
	padding-bottom: 10px;
}
.Table3 {
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 4px;
	padding-right: 2px;
	border-bottom:dashed;
	border-bottom-width:thin;
	border-bottom-color:#999999;
}
.Table4 {
	padding-bottom: 0px;
}
.Table_Banner {
	padding: 0px;
	border: 1px solid #A8A8A8;
}


