/* Master style sheet for NYOS */

body { background: white }

h1, h2, h3 { 
   font-family: arial, helvetica, sans-serif; 
   font-weight: bold;
   color: #736d31;
}
h1 { font-size: 16px; }
h2 { font-size: 14px; }
h3 { font-size: 12px; }

table, tbody, td, tr  { 
   font-family: Times New Roman, Times, serif; 
   font-size: 11pt;
}

p, li, a, blockquote { 
   font-family: Times New Roman, Times, serif; 
   font-size: 11pt;
   line-height: 16pt;
}

a {
   font-family: Times New Roman, Times, serif; 
   font-size: 11pt;
   line-height: 16pt;
   color: #819f71;
   text-decoration: underline;
}

a:hover {
   color: #9a1b1f;
   text-decoration: underline;  
}

.small { 
   font-family: Times New Roman, Times, serif; 
   font-size: 9pt;
   line-height: 12pt;
}

.small a {
   font-family: Times New Roman, Times, serif; 
   font-size: 9pt;
   line-height: 12pt;
   color: #819f71;
   text-decoration: underline;
}

.subheading { 
   font-family: Times New Roman, Times, serif; 
   font-size: 13pt;
   font-weight: bold;
   line-height: 16pt;
   color: #9a1b1f;
}

.notice {
   font-weight: bold;
   color: #990000;
}

.topnav   { 
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 10px; 
   font-weight: bold; 
   line-height: normal;
   color: #736d31; 
}

.topnav a { 
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 10px; 
   font-weight: bold; 
   color: #736d31;
   text-decoration: none;
}

.topnav a:hover { 
   color: #9a1b1f;
   text-decoration: underline;
}

.footer   { 
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 10px; 
   line-height: normal;
   color: #666666 
}

.footer a {    
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 10px; 
   color: #819f71;
   text-decoration: none;
}

.footer a:hover { 
   color: #9a1b1f;
   text-decoration: underline;
}

.callout { 
   font-family: Times New Roman, Times, serif; 
   font-size: 9pt;
   line-height: 12pt;
   padding-right: 10px;
   padding-left: 10px;
   padding-top: 10px;
   padding-bottom: 10px;
   border:1px solid #819f71;
   background-color: #ffffff;
}

.callout a {
   font-family: Times New Roman, Times, serif; 
   font-size: 9pt;
   line-height: 12pt;
   color: #819f71;
   text-decoration: underline;
}

.coursedetails td {
   font-family: Times New Roman, Times, serif; 
   font-size: 9pt;
   line-height: 12pt;
}

.calloutquote {
	font-family: "Times New Roman", Times, serif;
	color: #736d31;
	font-style: italic;
}