﻿/* Contains minimal styling and formatting only.  No layout styles contained here. This should not be used with ncs_base.css.  Use one or the other, not both.  */

body {
margin: 0; 
padding-top: 25px;
padding-left: 25px;
padding-right: 25px;
padding-bottom: 5px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
}

.page_content{
font-size: 66%;
}

/* Default link styles go here */
a:link, a:active, a:visited {
}
a:hover {
color: #CC33CC;
}

/* Also the default link style, should match the above. Named to override nested custom styles (and sharepoint default styles) */
.ncs_link a:link, .ncs_link a:active, .ncs_link a:visited {
color: #0000ff;
text-decoration:underline;
}

.ncs_link a:hover {
color: #CC33CC;
}

h1 {
margin: 0;
padding: 0;
color: #e75800;
font-size: 160%;
font-weight: bold;
font-family: Arial;
}

hr {
margin: 3px 0 12px 0;
padding: 0;
border: 0;
height: 0;
border-top: 1px solid #f9d4b6;
}

p {
margin: 0 0 10px 0;
padding: 0;
}

