/* MWF - UPC Main CSS */


html, body {
	margin: 0;
	padding: 0;
	text-align: center;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #595959;
	background-color: #FFFFFF;
	line-height: 1.4;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: #595959;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

html>body h1 {
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}

h2,h3,h4 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

html>body h2,
html>body h3,
html>body h4 {

}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #595959;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

h2 a {
	font-size: 11px;
	font-weight: bold;
	color: #557085;
	padding-top: 10px;
}

h2 a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #557085;
	text-decoration: none;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 17px;
	padding-top: 0px;
	margin: 0px;
}

h4 {
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: #3566A2;
	padding-top: 9px;
	padding-left: 10px;
}

h5 {
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	color: #3566A2;
}

h6 {
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	color: #6292CC;
}

th {
	font-weight: bolder;
}

td,
th,
div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #595959;
	font-weight: normal;
}

pre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #525252;
	font-weight: bold;
	text-decoration: none;
}

pre a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #525252;
	font-weight: bold;
	text-decoration: underline;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #595959;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #595959;
	font-weight: normal;
}

li {
	text-align: left;
}

ul {
	display: block;
	padding-left: 2px;
	margin-left: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

ol {
	text-align: left;
	margin-left: 23px;
	padding-left: 0px;
}

hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	color: #DAE2F1;
}

body p {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}

img a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}

/* Language */
#language_bar {
	width: 768px;
	height: 38px;
	background-color: #FFFFFF;
	display: block;
	background-image: url(../../images/images_upcode/language_bar.gif);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}

/* Breadcrumbs */
#breadcrums {
	background-color: #fefdec;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9E9E9;
	height: 22px;
	width: 740px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ADADAD;
	padding-top: 2px;
	padding-right: 13px;
	padding-left: 13px;
	display: block;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	float: left;
}

/* Other */
#main_content_sub_top_bg {
	width: 768px;
	background-color: transparent;
	display: block;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../../images/images_upcode/main_content_sub_bg_top.gif);
	background-repeat: no-repeat;
	height: 5px;
}

form {
	background-color: transparent;
	margin: 0px;
}

#header_logo {
	background-color: transparent;
	display: block;
	margin-right: auto;
	margin-left: auto;
	float: left;
	width: 100%;
	text-align: center;
}

