/******************* Element styles *************************/
img {
	border: none
}

body {
	margin: 0px;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
}

h1,h2,h3,h4 {
	margin: 0px;
	padding: 10px 0 0 0;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

table {
	width: 100%
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/******************* End of element styles ******************/
	/******************* Global template styles ****************/
#container {
	width: 922px;
	margin: 0px auto;
}

/* Style for copyright notice */
#copyright {
	padding: 12px;
	text-align: center;
	background: #0060A0;
	color: white;
}

.clear {
	clear: both;
}

#pageContent {
	float: left;
	width: 95%;
	margin-top: 10px;
}

#partners_bottom {
	margin: 20px 0 10px 0;
	padding-bottom: 5px;
	border-top: thin blue solid;
	border-bottom: thin blue solid;
}

#partners_bottom h2 {
	margin: 15px 10px 0 0;
	float: left;
}

#ms_logo {
	width: 13%
}

/* General classes */
.smallfont em {
	font-size: 10px;
}

img.fullsize {
	width: 360px;
}

.center {
	text-align: center;
}

/* Style for hidden elements */
.hidden {
	display: none;
}

* Style for download pages * /
div.iconLinks img {
	vertical-align: middle;
}

#tabs {
	margin-top: 10px;
	min-height: 150px;
	height: 150px;
	height: auto !important;
}

#partner-tab {
	padding-left: 32%;
}