/* CSS Document */

body {
	margin: 10px 5px 20px 5px; 
	padding: 0; 
	background: #ddd;
}
body, div, p, span, u, ul, ol, li, input, textarea, form, select {
	font: 12px/16px Arial, Helvetica, sans-serif; 
	color: #333;
}
table tr td table tr td{
	border-bottom:0px solid black;
}
h1{
	font-size: 20px;
	font-weight: normal;
	color: #666;
	line-height: 23px;
	margin: 0 0 5px 0; 
}

h2{
	font-size: 14px; 
	font-weight: bold;
	color: #666;
	margin-bottom: 0;
	padding-bottom:  5px;
}

h3{
	font-size: 12px; 
	font-weight: bold;
	color: #666;
	margin-bottom: 0;
	padding-bottom: 0;
}

p {
	margin-top: 0;
	margin-bottom: 12px;
	padding-top: 0;
}
p i{
	font-weight:bold;
}

a:link,
a:visited {
	color: #2469a2;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
}

a:active,
a:hover {
	color: #689dc7;
	font-weight: bold;	
	text-decoration: none;
	border-bottom: 1px dotted #689dc7;
}

form {
	margin: 0; 
	padding: 0;
}
form p {
	margin: 3px 5px;
}
select, textarea, input {
	border: 1px solid #ccc;
}
label {
	display: block;
	float: left;
	color: #666;
	text-align: right;
	width: 280px;
	padding: 3px 1px 0 0;
}
ol {
	padding: 0;
	margin: 15px 0 15px 16px;
}

ol li {
	padding: 0;
	margin: 0 0 0 16px;
}
ul {
	padding: 0; /* when modifying change ul.normal as well (at the end of the section) */
	margin: 15px 0 12px 0;
}

ul li { /* when modifying change ul.normal li as well (at the end of the section) */
	list-style: none;
	margin: 0 0 0 0px;
	padding: 0 0 3px 16px;
	background: url(http://admin.brightcove.com/img/li-bullet.gif) no-repeat 0 7px;
}