/* 
    Document   : courses
    Created on : Sep 23, 2014, 6:07:54 PM
    Author     : Manish
    Description:
        Purpose of the stylesheet follows.
*/

body{
    font-family: Arial, Helvetica, sans-serif;
    color:black;
    font-size:12px;
}
#content{
	width: 900px;
        height: 3590px;
	margin: 30px;
	padding: 10px;
	border: 1px solid #c3c4c5;
	background: #d8d7d7;
}
#page-content{
     width:880px;
    height: 3570px;
    background: white;
    padding:10px;
}


.text-header{
    font-size:14px;
    color:#D06E00;
    font-weight: bold;
    
   }
   table .text-header{
    text-align: center;
} 
 ol li{
    line-height: 20px;
}
.header-content{
    font-size:12px;
    line-height: 18px;
    margin-left: 20px;
}

.bodytext
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#666666;
line-height:16px;
padding-top:5px;
padding-right:10px;
text-align:center;
}
.bodytextbold
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
line-height:16px;
padding-top:5px;
padding-right:10px;
text-align:center;
font-weight:bold;
}
table{
    margin-left: 35px;
}
td{
    padding-left: 10px;
}