﻿.DefaultText{
    text-decoration: none;
    font-family: "Tahoma" , "MS Sans Serif" , "Microsoft Sans Serif";
    font-weight: normal;
    font-size: 12px;
    color:#334e7b;
}

.DefaultTextOrange{
    text-decoration: none;
    font-family: "Tahoma" , "MS Sans Serif" , "Microsoft Sans Serif";
    font-weight: bold;
    font-size: 12px;
    color:#FF6600;
}

.DefaultSoftText{
    text-decoration: none;
    font-family: "Tahoma" , "MS Sans Serif" , "Microsoft Sans Serif";
    font-weight: normal;
    font-size: 12px;
    color: #0055A5;
}

.DefaultRedText{
    text-decoration: none;
    font-family: "Tahoma" , "MS Sans Serif" , "Microsoft Sans Serif";
    font-weight: normal;
    font-size: 12px;
    color:Red;
}

.DefaultWhiteText{
    text-decoration: none;
    font-family: "Tahoma" , "MS Sans Serif" , "Microsoft Sans Serif";
    font-weight: normal;
    font-size: 12px;
    color:White;
}

strong{
	text-decoration: none;
    font-family: "Tahoma" , "MS Sans Serif" , "Microsoft Sans Serif";
    font-weight: bold;
    font-size: 12px;
}
