﻿/*
---------------------------------------------
CSS redefined
--------------------------------------------- */


/* ----------------------------------- */
a:link {
	color:#030151;
	font-weight:bold;
	text-decoration:none;
}

a:active {
	color:#030151;
	font-weight:bold;
	text-decoration:none;
}

a:visited {
	color:#030151;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#5f5f5f;
	font-weight:bold;
	text-decoration:none;
}


/* ----------------------------------- */
big {

}

body {
	background-color:#5a5a5a!important;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	background-position:top;
	margin-left:0px;
	margin-top:0px;
	font-family: verdana;
	font-size:9pt;
}

br {

}


/* ----------------------------------- */
center {
	margin: 0px 0px 0px 0px;
}


/* ----------------------------------- */
dd {

}

dl {

}

dt {

}


/* ----------------------------------- */
em {

}

embed {

}


/* ----------------------------------- */
font {

}

form {
	margin: 0px 0px 0px 0px;
}


/* ----------------------------------- */
h1 {
    font-weight:bold;
    font-size:11pt;
    line-height:14pt;
    color:#000;
    display:block;
    border-bottom:dotted 1px #a5a5a5;   
}

h2 {

}

h3 {

}


h4 {

}

h5 {

}

head {

}

hr {

}


/* ----------------------------------- */
input {
	font-family:Arial;
	font-size:8pt;
}

select {
	font-family:Arial;
	font-size:8pt;
}

/* ----------------------------------- */
ol {

}

ul {

}

li {

}

link {

}


/* ----------------------------------- */
menu {

}


/* ----------------------------------- */
option {

}



/* ----------------------------------- */
p {
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana;
	font-size:9pt;
}


/* ----------------------------------- */
small {

}

strong {

}


/* ----------------------------------- */
table {

}

tr {

}

td {

}

th {

}

title {

}

tt {

}


/* ----------------------------------- */
u {

}

/* PNG Fix */
img, div, input { 
	behavior:url(../Images/iepngfix.htc);
}





