body { 
	background-color: #FFFFFF; 
	margin-top: 10px; 
	margin-left: 10px; 
	margin-right: 10px; 
}
.greenheader {
    background-image: url("https://www.applyweb.com/apply/smcvt/images/smcvt/banner_mid.jpg");
    background-repeat:no-repeat; 
	font-size:1px;
}
.purpleheader {
    background-image: url("https://www.applyweb.com/apply/smcvt/images/smcvt/banner_bottom.jpg");
    background-repeat:no-repeat; 
	font-size:1px;
}
.sidebar {
    background-color: #EFEFCE;
	font-size:1px;
}
.sidebarText {
	padding-top: 10px; 
	padding-left: 10px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px; 
	font-weight:normal;
	color:#330066;
}
.sidebarDark {
    background-color: #AEAD8A;
	font-size:1px;
}
input, select, textarea, .mono{ 
	font-family:"Monaco", "Courier New", monospace; 
	font-size:12px; 
	font-weight: normal; 
	color:black; 
}
h1, .sectionHeader { 
    font-family: "Times New Roman", Times, serif; 
    font-size: 20px; 
    font-weight: 400; 
    color: #333366;
}
h2, .sectionSubheader { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:13px; 
	font-weight:bold; 
	color:black;  
}
td, p, body, pre, .normal { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px; 
	font-weight:normal;
	color:black;
}
.smaller { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:11px; 
	font-weight:normal; 
	font-style:normal;
	color:black; 
}
.nav {
    background-color: #EFEFCE;
    border: 1px solid #AEAD8A;
	font-family: Arial, Helvetica, sans-serif; 
	font-size:11px; 
	font-weight: bold;
    color: black;
}

.short {
	font-size:1px;
}

i, .italic { font-style:italic; }
b, .bold { font-weight:bold; }
hr { color: #888888; }

a:link { color: #333366; text-decoration: underline; }
a:visited { color: #33366; text-decoration: underline; }
a:hover { color: #9999cc; text-decoration: underline; }
a:active { color: #666699; text-decoration: underline; }

.norepeat { background-repeat:no-repeat; }
.repeaty { background-repeat:repeat-y; }
