﻿.cdLightBody {
    margin: 8px;
    padding: 0;
    font-family: "Segoe UI",Tahoma,Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 150%;
}
body {
    margin: 16px;
    padding: 0;
    font-family: "Segoe UI",Tahoma,Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 150%;
}
a {
	text-decoration:none;
	color: #537EB5;
}
a:hover {
	text-decoration:underline;
}

.cdclvCategoryTitle {
	padding: 5px 10px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	border: 1px solid #6b82b2;
	background-color: #81a9d4;
	background-image: url('../images/clvbluebg.gif');
	background-repeat: repeat-x;
}

.cdclvSuggestTitle {
	padding: 5px 10px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	border: 1px solid #6b82b2;
	background-color: #81a9d4;
	background-image: url('../images/clvbluebg.gif');
	background-repeat: repeat-x;
}
.cdclvCategoryTitle {
	border: 1px solid #6b6f7a;
	background-color: #798491;
	/*background-image: url('../images/clvgraybg.gif');*/
    background-image: none;
}
.cdclvAssistTitle {
    margin: 0;
    font-size: 22px;
    font-family: "Segoe UI",Arial,Helvetica,sans-serif;
    font-weight: bold;
    color: #286fc3;
}
.Subheading {
    font-size: 14px;
    font-family: "Segoe UI",Arial,Helvetica,sans-serif;
    font-weight: bold;
    color: #CF7B14;
}
.Subheading1 {
    font-size: 14px;
    font-family: "Segoe UI",Arial,Helvetica,sans-serif;
    font-weight: bold;
    color: gray;
}